#52060A

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

Shades of Rustic Red #52060A

Tints of Rustic Red #52060A

Color information

#52060A (or 0x52060A) is unknown color: approx Rustic Red. HEX triplet: 52, 06 and 0A. RGB value is (82,6,10). Sum of RGB (Red+Green+Blue) = 82+6+10=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #52060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52060A is #ADF9F5. Grayscale: #1D1D1D. Windows color (decimal): -11401718 or 656978. OLE color: 656978.

HSL color Cylindrical-coordinate representation of color #52060A: hue angle of 356.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52060A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB82610-
CMYK00.930.880.68
HSL356.84º86.36%17.25%-
HSV(B)356.84º92.68%32.16%-
XYZ3.61.950.47-
YUV29.18117.18165.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 83.67%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=83.67%
G=6.12%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8261000.930.880.68356.8486.3617.25
Hex526A05D58441655611
Octal122612013513010454512621
Binary101001011010100101110110110001000100101100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52060A; }

 p { color: rgb(82,6,10); }

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

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

 a { background-color: rgb(82,6,10); }

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

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

 span { border-color: rgb(82,6,10); }

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