#BB0015

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

Shades of Venetian Red #BB0015

Tints of Venetian Red #BB0015

Color information

#BB0015 (or 0xBB0015) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 15. RGB value is (187,0,21). Sum of RGB (Red+Green+Blue) = 187+0+21=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0015 is #44FFEA. Grayscale: #3A3A3A. Windows color (decimal): -4521963 or 1376443. OLE color: 1376443.

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

Color convert

RGB187021-
CMYK010.890.27
HSL353.26º100%36.67%-
HSV(B)353.26º100%73.33%-
XYZ20.6310.621.67-
YUV58.31106.95219.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=89.90%
G=0%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187021010.890.27353.2610036.67
HexBB015064591B1616425
Octal27302501441313354114445
Binary10111011010101011001001011001110111011000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0015; }

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

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

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

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

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

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

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

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