#BB0E0F

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

Shades of Venetian Red #BB0E0F

Tints of Venetian Red #BB0E0F

Color information

#BB0E0F (or 0xBB0E0F) is unknown color: approx Venetian Red. HEX triplet: BB, 0E and 0F. RGB value is (187,14,15). Sum of RGB (Red+Green+Blue) = 187+14+15=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E0F is #44F1F0. Grayscale: #424242. Windows color (decimal): -4518385 or 986811. OLE color: 986811.

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

Color convert

RGB1871415-
CMYK00.930.920.27
HSL359.65º86.07%39.41%-
HSV(B)359.65º92.51%73.33%-
XYZ20.7410.911.47-
YUV65.8499.31214.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 86.57%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=86.57%
G=6.48%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187141500.930.920.27359.6586.0739.41
HexBBEF05D5C1B1685627
Octal273161701351343355012647
Binary1011101111101111010111011011100110111011010001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0E0F; }

 p { color: rgb(187,14,15); }

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

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

 a { background-color: rgb(187,14,15); }

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

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

 span { border-color: rgb(187,14,15); }

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