Html Css Color HEX #BB0F15 Venetian Red

📋 copy color: '#BB0F15'

red 187 ◦ green 15 ◦ blue 21

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

Shades of Venetian Red #BB0F15

Tints of Venetian Red #BB0F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.73%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 83.86%
G = 6.73%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB0F15 (or 0xBB0F15) is known color: Venetian Red. HEX triplet: BB, 0F and 15. RGB value is (187,15,21). Sum of RGB (Red+Green+Blue) = 187+15+21=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F15 is #44F0EA. Grayscale: #434343. Windows color (decimal): -4518123 or 1380283. OLE color: 1380283.

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

Color convert

RGB 187 15 21 -
CMYK 0 0.92 0.89 0.27
HSL 357.91º 0.85% 0.4% -
HSV(B) 357.91º 0.92% 0.73% -
XYZ 20.8 10.96 1.73 -
YUV 67.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 187 15 21 0 0.92 0.89 0.27 357.91 0.85 0.4
Hex BB F 15 0 5C 59 1B 166 55 28
Octal 273 17 25 0 134 131 33 546 125 50
Binary 10111011 1111 10101 0 1011100 1011001 11011 101100110 1010101 101000

Color Harmonies of #BB0F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F15

Black with #BB0F15

Text Example


Text Example

White with #BB0F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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