#B2061A

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

Shades of Venetian Red #B2061A

Tints of Venetian Red #B2061A

Color information

#B2061A (or 0xB2061A) is unknown color: approx Venetian Red. HEX triplet: B2, 06 and 1A. RGB value is (178,6,26). Sum of RGB (Red+Green+Blue) = 178+6+26=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B2061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2061A is #4DF9E5. Grayscale: #3B3B3B. Windows color (decimal): -5110246 or 1705650. OLE color: 1705650.

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

Color convert

RGB178626-
CMYK00.970.850.30
HSL353.02º93.48%36.08%-
HSV(B)353.02º96.63%69.8%-
XYZ18.619.671.86-
YUV59.71108.98212.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 84.76%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=84.76%
G=2.86%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17862600.970.850.30353.0293.4836.08
HexB261A061551E1615d24
Octal26263201411253654113544
Binary1011001011011010011000011010101111101011000011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2061A; }

 p { color: rgb(178,6,26); }

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

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

 a { background-color: rgb(178,6,26); }

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

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

 span { border-color: rgb(178,6,26); }

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