Html Css Color HEX #B00C16 Venetian Red

📋 copy color: '#B00C16'

red 176 ◦ green 12 ◦ blue 22

#B00C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #B00C16

Tints of Venetian Red #B00C16

RGB

 RED value IS 176 (69.14% from 255) = 83.81%

 GREEN value IS 12 (5.08% from 255) = 5.71%

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 83.81%
G = 5.71%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B00C16 (or 0xB00C16) is known color: Venetian Red. HEX triplet: B0, 0C and 16. RGB value is (176,12,22). Sum of RGB (Red+Green+Blue) = 176+12+22=210 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.81% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00C16 is #4FF3E9. Grayscale: #3E3E3E. Windows color (decimal): -5239786 or 1445040. OLE color: 1445040.

HSL color Cylindrical-coordinate representation of color #B00C16: hue angle of 356.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C16 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 22 -
CMYK 0 0.93 0.88 0.31
HSL 356.34º 0.87% 0.37% -
HSV(B) 356.34º 0.93% 0.69% -
XYZ 18.18 9.55 1.64 -
YUV 62.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 176 12 22 0 0.93 0.88 0.31 356.34 0.87 0.37
Hex B0 C 16 0 5D 58 1F 164 57 25
Octal 260 14 26 0 135 130 37 544 127 45
Binary 10110000 1100 10110 0 1011101 1011000 11111 101100100 1010111 100101

Color Harmonies of #B00C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C16

Black with #B00C16

Text Example


Text Example

White with #B00C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C16; }

 p { color: rgb(176,12,22); }

 H1.HeaderClassName
 {
   color: #B00C16;
 }
 .AnyTagClassName
 {
   color: #B00C16;
 }
</style>

background-color css

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

 a { background-color: rgb(176,12,22); }

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

border-color css

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

 span { border-color: rgb(176,12,22); }

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