#B2070E

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

Shades of Venetian Red #B2070E

Tints of Venetian Red #B2070E

Color information

#B2070E (or 0xB2070E) is unknown color: approx Venetian Red. HEX triplet: B2, 07 and 0E. RGB value is (178,7,14). Sum of RGB (Red+Green+Blue) = 178+7+14=199 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.45% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 178 - color contains mainly: red. Hex color #B2070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2070E is #4DF8F1. Grayscale: #3B3B3B. Windows color (decimal): -5110002 or 919474. OLE color: 919474.

HSL color Cylindrical-coordinate representation of color #B2070E: hue angle of 357.54º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2070E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB178714-
CMYK00.960.920.30
HSL357.54º92.43%36.27%-
HSV(B)357.54º96.07%69.8%-
XYZ18.529.651.3-
YUV58.93102.65212.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 89.45%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=89.45%
G=3.52%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17871400.960.920.30357.5492.4336.27
HexB27E0605C1E1665c24
Octal26271601401343654613444
Binary101100101111110011000001011100111101011001101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2070E; }

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

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

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

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

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

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

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

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