#B6062B

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

Shades of Venetian Red #B6062B

Tints of Venetian Red #B6062B

Color information

#B6062B (or 0xB6062B) is unknown color: approx Venetian Red. HEX triplet: B6, 06 and 2B. RGB value is (182,6,43). Sum of RGB (Red+Green+Blue) = 182+6+43=231 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.79% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 182 - color contains mainly: red. Hex color #B6062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6062B is #49F9D4. Grayscale: #3E3E3E. Windows color (decimal): -4848085 or 2819766. OLE color: 2819766.

HSL color Cylindrical-coordinate representation of color #B6062B: hue angle of 347.39º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6062B is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB182643-
CMYK00.970.760.29
HSL347.39º93.62%36.86%-
HSV(B)347.39º96.7%71.37%-
XYZ19.7910.253.22-
YUV62.84116.81212.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 78.79%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=78.79%
G=2.60%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18264300.970.760.29347.3993.6236.86
HexB662B0614C1D15b5e25
Octal26665301411143553313645
Binary10110110110101011011000011001100111011010110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6062B; }

 p { color: rgb(182,6,43); }

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

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

 a { background-color: rgb(182,6,43); }

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

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

 span { border-color: rgb(182,6,43); }

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