#52020B

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

Shades of Rustic Red #52020B

Tints of Rustic Red #52020B

Color information

#52020B (or 0x52020B) is unknown color: approx Rustic Red. HEX triplet: 52, 02 and 0B. RGB value is (82,2,11). Sum of RGB (Red+Green+Blue) = 82+2+11=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #52020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52020B is #ADFDF4. Grayscale: #1A1A1A. Windows color (decimal): -11402741 or 721490. OLE color: 721490.

HSL color Cylindrical-coordinate representation of color #52020B: hue angle of 353.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52020B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB82211-
CMYK00.980.870.68
HSL353.25º95.24%16.47%-
HSV(B)353.25º97.56%32.16%-
XYZ3.561.860.49-
YUV26.95119167.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 86.32%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=86.32%
G=2.11%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8221100.980.870.68353.2595.2416.47
Hex522B06257441615f10
Octal122213014212710454113720
Binary10100101010110110001010101111000100101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52020B; }

 p { color: rgb(82,2,11); }

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

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

 a { background-color: rgb(82,2,11); }

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

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

 span { border-color: rgb(82,2,11); }

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