#BB0A1B

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

Shades of Venetian Red #BB0A1B

Tints of Venetian Red #BB0A1B

Color information

#BB0A1B (or 0xBB0A1B) is unknown color: approx Venetian Red. HEX triplet: BB, 0A and 1B. RGB value is (187,10,27). Sum of RGB (Red+Green+Blue) = 187+10+27=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0A1B is #44F5E4. Grayscale: #404040. Windows color (decimal): -4519397 or 1772219. OLE color: 1772219.

HSL color Cylindrical-coordinate representation of color #BB0A1B: hue angle of 354.24º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A1B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1871027-
CMYK00.950.860.27
HSL354.24º89.85%38.63%-
HSV(B)354.24º94.65%73.33%-
XYZ20.810.862.04-
YUV64.86106.64215.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 83.48%
GREEN value IS 10 (4.30% from 255) = 4.46%
BLUE value IS 27 (10.94% from 255) = 12.05%
R=83.48%
G=4.46%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187102700.950.860.27354.2489.8538.63
HexBBA1B05F561B1625a27
Octal273123301371263354213247
Binary10111011101011011010111111010110110111011000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0A1B; }

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

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

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

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

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

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

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

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