Html Css Color HEX #BB0A15 Venetian Red

📋 copy color: '#BB0A15'

red 187 ◦ green 10 ◦ blue 21

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

Shades of Venetian Red #BB0A15

Tints of Venetian Red #BB0A15

RGB

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

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

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

R = 85.78%
G = 4.59%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB0A15 (or 0xBB0A15) is known color: Venetian Red. HEX triplet: BB, 0A and 15. RGB value is (187,10,21). Sum of RGB (Red+Green+Blue) = 187+10+21=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A15 is #44F5EA. Grayscale: #404040. Windows color (decimal): -4519403 or 1379003. OLE color: 1379003.

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

Color convert

RGB 187 10 21 -
CMYK 0 0.95 0.89 0.27
HSL 356.27º 0.9% 0.39% -
HSV(B) 356.27º 0.95% 0.73% -
XYZ 20.74 10.84 1.71 -
YUV 64.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 187 10 21 0 0.95 0.89 0.27 356.27 0.9 0.39
Hex BB A 15 0 5F 59 1B 164 5A 27
Octal 273 12 25 0 137 131 33 544 132 47
Binary 10111011 1010 10101 0 1011111 1011001 11011 101100100 1011010 100111

Color Harmonies of #BB0A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A15

Black with #BB0A15

Text Example


Text Example

White with #BB0A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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