#52090E

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

Shades of Rustic Red #52090E

Tints of Rustic Red #52090E

Color information

#52090E (or 0x52090E) is unknown color: approx Rustic Red. HEX triplet: 52, 09 and 0E. RGB value is (82,9,14). Sum of RGB (Red+Green+Blue) = 82+9+14=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #52090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52090E is #ADF6F1. Grayscale: #1F1F1F. Windows color (decimal): -11400946 or 919890. OLE color: 919890.

HSL color Cylindrical-coordinate representation of color #52090E: hue angle of 355.89º 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 #52090E is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB82914-
CMYK00.890.830.68
HSL355.89º80.22%17.84%-
HSV(B)355.89º89.02%32.16%-
XYZ3.662.020.61-
YUV31.4118.18164.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 78.10%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=78.10%
G=8.57%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8291400.890.830.68355.8980.2217.84
Hex529E05953441645012
Octal1221116013112310454412022
Binary1010010100111100101100110100111000100101100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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