#BB090A

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

Shades of Venetian Red #BB090A

Tints of Venetian Red #BB090A

Color information

#BB090A (or 0xBB090A) is unknown color: approx Venetian Red. HEX triplet: BB, 09 and 0A. RGB value is (187,9,10). Sum of RGB (Red+Green+Blue) = 187+9+10=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB090A is #44F6F5. Grayscale: #3E3E3E. Windows color (decimal): -4519670 or 657851. OLE color: 657851.

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

Color convert

RGB187910-
CMYK00.950.950.27
HSL359.66º90.82%38.43%-
HSV(B)359.66º95.19%73.33%-
XYZ20.6510.781.28-
YUV62.3498.47216.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 90.78%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=90.78%
G=4.37%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18791000.950.950.27359.6690.8238.43
HexBB9A05F5F1B1685b26
Octal273111201371373355013346
Binary1011101110011010010111111011111110111011010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB090A; }

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

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

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

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

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

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

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

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