#BB121C

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

Shades of Venetian Red #BB121C

Tints of Venetian Red #BB121C

Color information

#BB121C (or 0xBB121C) is unknown color: approx Venetian Red. HEX triplet: BB, 12 and 1C. RGB value is (187,18,28). Sum of RGB (Red+Green+Blue) = 187+18+28=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB121C is #44EDE3. Grayscale: #454545. Windows color (decimal): -4517348 or 1839803. OLE color: 1839803.

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

Color convert

RGB1871828-
CMYK00.900.850.27
HSL356.45º82.44%40.2%-
HSV(B)356.45º90.37%73.33%-
XYZ20.9211.082.13-
YUV69.67104.49211.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.26%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 28 (11.33% from 255) = 12.02%
R=80.26%
G=7.73%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187182800.900.850.27356.4582.4440.2
HexBB121C05A551B1645228
Octal273223401321253354412250
Binary101110111001011100010110101010101110111011001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB121C; }

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

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

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

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

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

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

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

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