#B2072A

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

Shades of Venetian Red #B2072A

Tints of Venetian Red #B2072A

Color information

#B2072A (or 0xB2072A) is unknown color: approx Venetian Red. HEX triplet: B2, 07 and 2A. RGB value is (178,7,42). Sum of RGB (Red+Green+Blue) = 178+7+42=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B2072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2072A is #4DF8D5. Grayscale: #3E3E3E. Windows color (decimal): -5109974 or 2754482. OLE color: 2754482.

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

Color convert

RGB178742-
CMYK00.960.760.30
HSL347.72º92.43%36.27%-
HSV(B)347.72º96.07%69.8%-
XYZ18.859.783.09-
YUV62.12116.65210.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.41%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=78.41%
G=3.08%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17874200.960.760.30347.7292.4336.27
HexB272A0604C1E15c5c24
Octal26275201401143653413444
Binary10110010111101010011000001001100111101010111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2072A; }

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

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

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

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

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

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

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

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