#BB121E

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

Shades of Venetian Red #BB121E

Tints of Venetian Red #BB121E

Color information

#BB121E (or 0xBB121E) is unknown color: approx Venetian Red. HEX triplet: BB, 12 and 1E. RGB value is (187,18,30). Sum of RGB (Red+Green+Blue) = 187+18+30=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB121E is #44EDE1. Grayscale: #464646. Windows color (decimal): -4517346 or 1970875. OLE color: 1970875.

HSL color Cylindrical-coordinate representation of color #BB121E: hue angle of 355.74º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB121E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1871830-
CMYK00.900.840.27
HSL355.74º82.44%40.2%-
HSV(B)355.74º90.37%73.33%-
XYZ20.9411.092.27-
YUV69.9105.49211.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.57%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=79.57%
G=7.66%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187183000.900.840.27355.7482.4440.2
HexBB121E05A541B1645228
Octal273223601321243354412250
Binary101110111001011110010110101010100110111011001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB121E; }

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

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

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

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

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

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

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

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