#BB060E

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

Shades of Venetian Red #BB060E

Tints of Venetian Red #BB060E

Color information

#BB060E (or 0xBB060E) is unknown color: approx Venetian Red. HEX triplet: BB, 06 and 0E. RGB value is (187,6,14). Sum of RGB (Red+Green+Blue) = 187+6+14=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB060E is #44F9F1. Grayscale: #3D3D3D. Windows color (decimal): -4520434 or 919227. OLE color: 919227.

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

Color convert

RGB187614-
CMYK00.970.930.27
HSL357.35º93.78%37.84%-
HSV(B)357.35º96.79%73.33%-
XYZ20.6410.731.4-
YUV61.03101.47217.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 90.34%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=90.34%
G=2.90%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18761400.970.930.27357.3593.7837.84
HexBB6E0615D1B1655e26
Octal27361601411353354513646
Binary101110111101110011000011011101110111011001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB060E; }

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

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

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

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

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

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

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

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