Html Css Color HEX #BB0815 Venetian Red

📋 copy color: '#BB0815'

red 187 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #BB0815

Tints of Venetian Red #BB0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 86.57%
G = 3.7%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB0815 (or 0xBB0815) is known color: Venetian Red. HEX triplet: BB, 08 and 15. RGB value is (187,8,21). Sum of RGB (Red+Green+Blue) = 187+8+21=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0815 is #44F7EA. Grayscale: #3F3F3F. Windows color (decimal): -4519915 or 1378491. OLE color: 1378491.

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

Color convert

RGB 187 8 21 -
CMYK 0 0.96 0.89 0.27
HSL 355.64º 0.92% 0.38% -
HSV(B) 355.64º 0.96% 0.73% -
XYZ 20.72 10.79 1.7 -
YUV 63 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 187 8 21 0 0.96 0.89 0.27 355.64 0.92 0.38
Hex BB 8 15 0 60 59 1B 164 5C 26
Octal 273 10 25 0 140 131 33 544 134 46
Binary 10111011 1000 10101 0 1100000 1011001 11011 101100100 1011100 100110

Color Harmonies of #BB0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0815

Black with #BB0815

Text Example


Text Example

White with #BB0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0815; }

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

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

background-color css

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

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

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

border-color css

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

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

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