Html Css Color HEX #BB0D11 Venetian Red

📋 copy color: '#BB0D11'

red 187 ◦ green 13 ◦ blue 17

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

Shades of Venetian Red #BB0D11

Tints of Venetian Red #BB0D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 86.18%
G = 5.99%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0D11 (or 0xBB0D11) is known color: Venetian Red. HEX triplet: BB, 0D and 11. RGB value is (187,13,17). Sum of RGB (Red+Green+Blue) = 187+13+17=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0D11 is #44F2EE. Grayscale: #414141. Windows color (decimal): -4518639 or 1117627. OLE color: 1117627.

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

Color convert

RGB 187 13 17 -
CMYK 0 0.93 0.91 0.27
HSL 358.62º 0.87% 0.39% -
HSV(B) 358.62º 0.93% 0.73% -
XYZ 20.74 10.89 1.54 -
YUV 65.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 187 13 17 0 0.93 0.91 0.27 358.62 0.87 0.39
Hex BB D 11 0 5D 5B 1B 167 57 27
Octal 273 15 21 0 135 133 33 547 127 47
Binary 10111011 1101 10001 0 1011101 1011011 11011 101100111 1010111 100111

Color Harmonies of #BB0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0D11

Black with #BB0D11

Text Example


Text Example

White with #BB0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0D11; }

 p { color: rgb(187,13,17); }

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

background-color css

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

 a { background-color: rgb(187,13,17); }

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

border-color css

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

 span { border-color: rgb(187,13,17); }

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