#BB031B

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

Shades of Venetian Red #BB031B

Tints of Venetian Red #BB031B

Color information

#BB031B (or 0xBB031B) is unknown color: approx Venetian Red. HEX triplet: BB, 03 and 1B. RGB value is (187,3,27). Sum of RGB (Red+Green+Blue) = 187+3+27=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB031B is #44FCE4. Grayscale: #3C3C3C. Windows color (decimal): -4521189 or 1770427. OLE color: 1770427.

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

Color convert

RGB187327-
CMYK00.980.860.27
HSL352.17º96.84%37.25%-
HSV(B)352.17º98.4%73.33%-
XYZ20.7210.712.01-
YUV60.75108.96218.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 86.18%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=86.18%
G=1.38%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18732700.980.860.27352.1796.8437.25
HexBB31B062561B1606125
Octal27333301421263354014145
Binary101110111111011011000101010110110111011000001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB031B; }

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

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

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

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

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

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

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

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