#BB1216

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

Shades of Venetian Red #BB1216

Tints of Venetian Red #BB1216

Color information

#BB1216 (or 0xBB1216) is unknown color: approx Venetian Red. HEX triplet: BB, 12 and 16. RGB value is (187,18,22). Sum of RGB (Red+Green+Blue) = 187+18+22=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1216 is #44EDE9. Grayscale: #454545. Windows color (decimal): -4517354 or 1446587. OLE color: 1446587.

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

Color convert

RGB1871822-
CMYK00.900.880.27
HSL358.58º82.44%40.2%-
HSV(B)358.58º90.37%73.33%-
XYZ20.8511.061.79-
YUV68.99101.49212.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 82.38%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=82.38%
G=7.93%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187182200.900.880.27358.5882.4440.2
HexBB121605A581B1675228
Octal273222601321303354712250
Binary101110111001010110010110101011000110111011001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1216; }

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

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

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

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

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

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

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

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