#B2070D

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

Shades of Venetian Red #B2070D

Tints of Venetian Red #B2070D

Color information

#B2070D (or 0xB2070D) is unknown color: approx Venetian Red. HEX triplet: B2, 07 and 0D. RGB value is (178,7,13). Sum of RGB (Red+Green+Blue) = 178+7+13=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B2070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2070D is #4DF8F2. Grayscale: #3A3A3A. Windows color (decimal): -5110003 or 853938. OLE color: 853938.

HSL color Cylindrical-coordinate representation of color #B2070D: hue angle of 357.89º 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 #B2070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB178713-
CMYK00.960.930.30
HSL357.89º92.43%36.27%-
HSV(B)357.89º96.07%69.8%-
XYZ18.519.651.27-
YUV58.81102.15213.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 89.90%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=89.90%
G=3.54%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17871300.960.930.30357.8992.4336.27
HexB27D0605D1E1665c24
Octal26271501401353654613444
Binary101100101111101011000001011101111101011001101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2070D; }

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

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

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

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

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

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

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

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