#B6052B

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

Shades of Venetian Red #B6052B

Tints of Venetian Red #B6052B

Color information

#B6052B (or 0xB6052B) is unknown color: approx Venetian Red. HEX triplet: B6, 05 and 2B. RGB value is (182,5,43). Sum of RGB (Red+Green+Blue) = 182+5+43=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B6052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6052B is #49FAD4. Grayscale: #3E3E3E. Windows color (decimal): -4848341 or 2819510. OLE color: 2819510.

HSL color Cylindrical-coordinate representation of color #B6052B: hue angle of 347.12º degrees, saturation: 0.95, 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 #B6052B is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB182543-
CMYK00.970.760.29
HSL347.12º94.65%36.67%-
HSV(B)347.12º97.25%71.37%-
XYZ19.7810.233.22-
YUV62.26117.14213.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 79.13%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=79.13%
G=2.17%
B=18.70%

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
Decimal18254300.970.760.29347.1294.6536.67
HexB652B0614C1D15b5f25
Octal26655301411143553313745
Binary10110110101101011011000011001100111011010110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6052B; }

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

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

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

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

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

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

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

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