#BB0022

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

Shades of Venetian Red #BB0022

Tints of Venetian Red #BB0022

Color information

#BB0022 (or 0xBB0022) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 22. RGB value is (187,0,34). Sum of RGB (Red+Green+Blue) = 187+0+34=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0022 is #44FFDD. Grayscale: #3B3B3B. Windows color (decimal): -4521950 or 2228411. OLE color: 2228411.

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

Color convert

RGB187034-
CMYK010.820.27
HSL349.09º100%36.67%-
HSV(B)349.09º100%73.33%-
XYZ20.7810.682.48-
YUV59.79113.45218.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 84.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 15.38%
R=84.62%
G=0%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187034010.820.27349.0910036.67
HexBB022064521B15d6425
Octal27304201441223353514445
Binary101110110100010011001001010010110111010111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0022; }

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

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

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

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

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

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

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

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