Html Css Color HEX #BB0B0C Venetian Red

📋 copy color: '#BB0B0C'

red 187 ◦ green 11 ◦ blue 12

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

Shades of Venetian Red #BB0B0C

Tints of Venetian Red #BB0B0C

RGB

 RED value IS 187 (73.44% from 255) = 89.05%

 GREEN value IS 11 (4.69% from 255) = 5.24%

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

R = 89.05%
G = 5.24%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB0B0C (or 0xBB0B0C) is known color: Venetian Red. HEX triplet: BB, 0B and 0C. RGB value is (187,11,12). Sum of RGB (Red+Green+Blue) = 187+11+12=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B0C is #44F4F3. Grayscale: #3F3F3F. Windows color (decimal): -4519156 or 789435. OLE color: 789435.

HSL color Cylindrical-coordinate representation of color #BB0B0C: hue angle of 359.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0B0C is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 11 12 -
CMYK 0 0.94 0.94 0.27
HSL 359.66º 0.89% 0.39% -
HSV(B) 359.66º 0.94% 0.73% -
XYZ 20.68 10.83 1.35 -
YUV 63.74 98.81 215.92 -
System Red Green Blue C M Y K H S L
Decimal 187 11 12 0 0.94 0.94 0.27 359.66 0.89 0.39
Hex BB B C 0 5E 5E 1B 168 59 27
Octal 273 13 14 0 136 136 33 550 131 47
Binary 10111011 1011 1100 0 1011110 1011110 11011 101101000 1011001 100111

Color Harmonies of #BB0B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B0C

Black with #BB0B0C

Text Example


Text Example

White with #BB0B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B0C; }

 p { color: rgb(187,11,12); }

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

background-color css

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

 a { background-color: rgb(187,11,12); }

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

border-color css

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

 span { border-color: rgb(187,11,12); }

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