Html Css Color HEX #BB0812 Venetian Red

📋 copy color: '#BB0812'

red 187 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #BB0812

Tints of Venetian Red #BB0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 87.79%
G = 3.76%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB0812 (or 0xBB0812) is known color: Venetian Red. HEX triplet: BB, 08 and 12. RGB value is (187,8,18). Sum of RGB (Red+Green+Blue) = 187+8+18=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0812 is #44F7ED. Grayscale: #3E3E3E. Windows color (decimal): -4519918 or 1181883. OLE color: 1181883.

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

Color convert

RGB 187 8 18 -
CMYK 0 0.96 0.90 0.27
HSL 356.65º 0.92% 0.38% -
HSV(B) 356.65º 0.96% 0.73% -
XYZ 20.69 10.78 1.56 -
YUV 62.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 187 8 18 0 0.96 0.90 0.27 356.65 0.92 0.38
Hex BB 8 12 0 60 5A 1B 165 5C 26
Octal 273 10 22 0 140 132 33 545 134 46
Binary 10111011 1000 10010 0 1100000 1011010 11011 101100101 1011100 100110

Color Harmonies of #BB0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0812

Black with #BB0812

Text Example


Text Example

White with #BB0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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