#BB002A

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

Shades of Venetian Red #BB002A

Tints of Venetian Red #BB002A

Color information

#BB002A (or 0xBB002A) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 2A. RGB value is (187,0,42). Sum of RGB (Red+Green+Blue) = 187+0+42=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB002A is #44FFD5. Grayscale: #3C3C3C. Windows color (decimal): -4521942 or 2752699. OLE color: 2752699.

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

Color convert

RGB187042-
CMYK010.780.27
HSL346.52º100%36.67%-
HSV(B)346.52º100%73.33%-
XYZ20.9110.733.16-
YUV60.7117.45218.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 81.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=81.66%
G=0%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187042010.780.27346.5210036.67
HexBB02A0644E1B15b6425
Octal27305201441163353314445
Binary101110110101010011001001001110110111010110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB002A; }

 p { color: rgb(187,0,42); }

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

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

 a { background-color: rgb(187,0,42); }

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

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

 span { border-color: rgb(187,0,42); }

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