#B4101A

Color #B4101A Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B4101A

Tints of Venetian Red #B4101A

Color information

#B4101A (or 0xB4101A) is unknown color: approx Venetian Red. HEX triplet: B4, 10 and 1A. RGB value is (180,16,26). Sum of RGB (Red+Green+Blue) = 180+16+26=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B4101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4101A is #4BEFE5. Grayscale: #424242. Windows color (decimal): -4976614 or 1708212. OLE color: 1708212.

HSL color Cylindrical-coordinate representation of color #B4101A: hue angle of 356.34º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4101A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1801626-
CMYK00.910.860.29
HSL356.34º83.67%38.43%-
HSV(B)356.34º91.11%70.59%-
XYZ19.1910.151.92-
YUV66.18105.33209.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 81.08%
GREEN value IS 16 (6.64% from 255) = 7.21%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=81.08%
G=7.21%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180162600.910.860.29356.3483.6738.43
HexB4101A05B561D1645426
Octal264203201331263554412446
Binary101101001000011010010110111010110111011011001001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4101A; }

 p { color: rgb(180,16,26); }

 H1.HeaderClassName
 {
   color: #B4101A;
 }
 .AnyTagClassName
 {
   color: #B4101A;
 }
</style>
background-color css

<style>
 a { background-color: #B4101A; }

 a { background-color: rgb(180,16,26); }

 div.DivClassName
 {
   background-color: #B4101A;
 }
 .BgClassName
 {
   background-color: #B4101A;
 }
</style>
border-color css

<style>
 span { border-color: #B4101A; }

 span { border-color: rgb(180,16,26); }

 td.TdClassName
 {
   border-color: #B4101A;
 }
 .TagClassName
 {
   border-color: #B4101A;
 }
</style>