#BB0311

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

Shades of Venetian Red #BB0311

Tints of Venetian Red #BB0311

Color information

#BB0311 (or 0xBB0311) is unknown color: approx Venetian Red. HEX triplet: BB, 03 and 11. RGB value is (187,3,17). Sum of RGB (Red+Green+Blue) = 187+3+17=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0311 is #44FCEE. Grayscale: #3B3B3B. Windows color (decimal): -4521199 or 1115067. OLE color: 1115067.

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

Color convert

RGB187317-
CMYK00.980.910.27
HSL355.43º96.84%37.25%-
HSV(B)355.43º98.4%73.33%-
XYZ20.6310.671.5-
YUV59.61103.96218.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 90.34%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=90.34%
G=1.45%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18731700.980.910.27355.4396.8437.25
HexBB3110625B1B1636125
Octal27332101421333354314145
Binary101110111110001011000101011011110111011000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0311; }

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

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

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

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

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

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

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

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