#52090A

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

Shades of Rustic Red #52090A

Tints of Rustic Red #52090A

Color information

#52090A (or 0x52090A) is unknown color: approx Rustic Red. HEX triplet: 52, 09 and 0A. RGB value is (82,9,10). Sum of RGB (Red+Green+Blue) = 82+9+10=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #52090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52090A is #ADF6F5. Grayscale: #1F1F1F. Windows color (decimal): -11400950 or 657746. OLE color: 657746.

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

Color convert

RGB82910-
CMYK00.890.880.68
HSL359.18º80.22%17.84%-
HSV(B)359.18º89.02%32.16%-
XYZ3.632.010.48-
YUV30.94116.18164.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 81.19%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=81.19%
G=8.91%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8291000.890.880.68359.1880.2217.84
Hex529A05958441675012
Octal1221112013113010454712022
Binary1010010100110100101100110110001000100101100111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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