#BB002C

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

Shades of Venetian Red #BB002C

Tints of Venetian Red #BB002C

Color information

#BB002C (or 0xBB002C) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 2C. RGB value is (187,0,44). Sum of RGB (Red+Green+Blue) = 187+0+44=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB002C is #44FFD3. Grayscale: #3C3C3C. Windows color (decimal): -4521940 or 2883771. OLE color: 2883771.

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

Color convert

RGB187044-
CMYK010.760.27
HSL345.88º100%36.67%-
HSV(B)345.88º100%73.33%-
XYZ20.9510.753.35-
YUV60.93118.45217.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=80.95%
G=0%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187044010.760.27345.8810036.67
HexBB02C0644C1B15a6425
Octal27305401441143353214445
Binary101110110101100011001001001100110111010110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB002C; }

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

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

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

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

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

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

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

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