#BB070E

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

Shades of Venetian Red #BB070E

Tints of Venetian Red #BB070E

Color information

#BB070E (or 0xBB070E) is unknown color: approx Venetian Red. HEX triplet: BB, 07 and 0E. RGB value is (187,7,14). Sum of RGB (Red+Green+Blue) = 187+7+14=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB070E is #44F8F1. Grayscale: #3D3D3D. Windows color (decimal): -4520178 or 919483. OLE color: 919483.

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

Color convert

RGB187714-
CMYK00.960.930.27
HSL357.67º92.78%38.04%-
HSV(B)357.67º96.26%73.33%-
XYZ20.6510.751.4-
YUV61.62101.13217.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.90%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=89.90%
G=3.37%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18771400.960.930.27357.6792.7838.04
HexBB7E0605D1B1665d26
Octal27371601401353354613546
Binary101110111111110011000001011101110111011001101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB070E; }

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

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

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

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

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

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

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

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