#BB0318

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

Shades of Venetian Red #BB0318

Tints of Venetian Red #BB0318

Color information

#BB0318 (or 0xBB0318) is unknown color: approx Venetian Red. HEX triplet: BB, 03 and 18. RGB value is (187,3,24). Sum of RGB (Red+Green+Blue) = 187+3+24=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0318 is #44FCE7. Grayscale: #3C3C3C. Windows color (decimal): -4521192 or 1573819. OLE color: 1573819.

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

Color convert

RGB187324-
CMYK00.980.870.27
HSL353.15º96.84%37.25%-
HSV(B)353.15º98.4%73.33%-
XYZ20.6910.71.84-
YUV60.41107.46218.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 87.38%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=87.38%
G=1.40%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18732400.980.870.27353.1596.8437.25
HexBB318062571B1616125
Octal27333001421273354114145
Binary101110111111000011000101010111110111011000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0318; }

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

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

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

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

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

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

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

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