#B6052A

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

Shades of Venetian Red #B6052A

Tints of Venetian Red #B6052A

Color information

#B6052A (or 0xB6052A) is unknown color: approx Venetian Red. HEX triplet: B6, 05 and 2A. RGB value is (182,5,42). Sum of RGB (Red+Green+Blue) = 182+5+42=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B6052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6052A is #49FAD5. Grayscale: #3E3E3E. Windows color (decimal): -4848342 or 2753974. OLE color: 2753974.

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

Color convert

RGB182542-
CMYK00.970.770.29
HSL347.46º94.65%36.67%-
HSV(B)347.46º97.25%71.37%-
XYZ19.7610.223.12-
YUV62.14116.64213.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 79.48%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=79.48%
G=2.18%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18254200.970.770.29347.4694.6536.67
HexB652A0614D1D15b5f25
Octal26655201411153553313745
Binary10110110101101010011000011001101111011010110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6052A; }

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

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

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

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

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

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

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

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