#BB0A12

Color #BB0A12 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BB0A12

Tints of Venetian Red #BB0A12

Color information

#BB0A12 (or 0xBB0A12) is unknown color: approx Venetian Red. HEX triplet: BB, 0A and 12. RGB value is (187,10,18). Sum of RGB (Red+Green+Blue) = 187+10+18=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0A12 is #44F5ED. Grayscale: #3F3F3F. Windows color (decimal): -4519406 or 1182395. OLE color: 1182395.

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

Color convert

RGB1871018-
CMYK00.950.900.27
HSL357.29º89.85%38.63%-
HSV(B)357.29º94.65%73.33%-
XYZ20.7110.831.57-
YUV63.83102.14215.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 86.98%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=86.98%
G=4.65%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187101800.950.900.27357.2989.8538.63
HexBBA1205F5A1B1655a27
Octal273122201371323354513247
Binary10111011101010010010111111011010110111011001011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0A12; }

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

 H1.HeaderClassName
 {
   color: #BB0A12;
 }
 .AnyTagClassName
 {
   color: #BB0A12;
 }
</style>
background-color css

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

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

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

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

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

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