Html Css Color HEX #BB0B0F Venetian Red

📋 copy color: '#BB0B0F'

red 187 ◦ green 11 ◦ blue 15

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

Shades of Venetian Red #BB0B0F

Tints of Venetian Red #BB0B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 87.79%
G = 5.16%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB0B0F (or 0xBB0B0F) is known color: Venetian Red. HEX triplet: BB, 0B and 0F. RGB value is (187,11,15). Sum of RGB (Red+Green+Blue) = 187+11+15=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B0F is #44F4F0. Grayscale: #404040. Windows color (decimal): -4519153 or 986043. OLE color: 986043.

HSL color Cylindrical-coordinate representation of color #BB0B0F: hue angle of 358.64º 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 #BB0B0F is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 11 15 -
CMYK 0 0.94 0.92 0.27
HSL 358.64º 0.89% 0.39% -
HSV(B) 358.64º 0.94% 0.73% -
XYZ 20.7 10.84 1.45 -
YUV 64.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 187 11 15 0 0.94 0.92 0.27 358.64 0.89 0.39
Hex BB B F 0 5E 5C 1B 167 59 27
Octal 273 13 17 0 136 134 33 547 131 47
Binary 10111011 1011 1111 0 1011110 1011100 11011 101100111 1011001 100111

Color Harmonies of #BB0B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B0F

Black with #BB0B0F

Text Example


Text Example

White with #BB0B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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