Html Css Color HEX #BB0A0F Venetian Red

📋 copy color: '#BB0A0F'

red 187 ◦ green 10 ◦ blue 15

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

Shades of Venetian Red #BB0A0F

Tints of Venetian Red #BB0A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.72%

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

R = 88.21%
G = 4.72%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB0A0F (or 0xBB0A0F) is known color: Venetian Red. HEX triplet: BB, 0A and 0F. RGB value is (187,10,15). Sum of RGB (Red+Green+Blue) = 187+10+15=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A0F is #44F5F0. Grayscale: #3F3F3F. Windows color (decimal): -4519409 or 985787. OLE color: 985787.

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

Color convert

RGB 187 10 15 -
CMYK 0 0.95 0.92 0.27
HSL 358.31º 0.9% 0.39% -
HSV(B) 358.31º 0.95% 0.73% -
XYZ 20.69 10.82 1.45 -
YUV 63.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 187 10 15 0 0.95 0.92 0.27 358.31 0.9 0.39
Hex BB A F 0 5F 5C 1B 166 5A 27
Octal 273 12 17 0 137 134 33 546 132 47
Binary 10111011 1010 1111 0 1011111 1011100 11011 101100110 1011010 100111

Color Harmonies of #BB0A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A0F

Black with #BB0A0F

Text Example


Text Example

White with #BB0A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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