#BB0319

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

Shades of Venetian Red #BB0319

Tints of Venetian Red #BB0319

Color information

#BB0319 (or 0xBB0319) is unknown color: approx Venetian Red. HEX triplet: BB, 03 and 19. RGB value is (187,3,25). Sum of RGB (Red+Green+Blue) = 187+3+25=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0319 is #44FCE6. Grayscale: #3C3C3C. Windows color (decimal): -4521191 or 1639355. OLE color: 1639355.

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

Color convert

RGB187325-
CMYK00.980.870.27
HSL352.83º96.84%37.25%-
HSV(B)352.83º98.4%73.33%-
XYZ20.710.71.89-
YUV60.52107.96218.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 86.98%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=86.98%
G=1.40%
B=11.63%

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
Decimal18732500.980.870.27352.8396.8437.25
HexBB319062571B1616125
Octal27333101421273354114145
Binary101110111111001011000101010111110111011000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0319; }

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

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

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

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

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

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

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

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