#BB0316

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

Shades of Venetian Red #BB0316

Tints of Venetian Red #BB0316

Color information

#BB0316 (or 0xBB0316) is unknown color: approx Venetian Red. HEX triplet: BB, 03 and 16. RGB value is (187,3,22). Sum of RGB (Red+Green+Blue) = 187+3+22=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0316 is #44FCE9. Grayscale: #3C3C3C. Windows color (decimal): -4521194 or 1442747. OLE color: 1442747.

HSL color Cylindrical-coordinate representation of color #BB0316: hue angle of 353.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0316 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB187322-
CMYK00.980.880.27
HSL353.8º96.84%37.25%-
HSV(B)353.8º98.4%73.33%-
XYZ20.6710.691.73-
YUV60.18106.46218.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 88.21%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=88.21%
G=1.42%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18732200.980.880.27353.896.8437.25
HexBB316062581B1626125
Octal27332601421303354214145
Binary101110111110110011000101011000110111011000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0316; }

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

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

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

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

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

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

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

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