Html Css Color HEX #520209 Rustic Red

📋 copy color: '#520209'

red 82 ◦ green 2 ◦ blue 9

#520209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #520209

Tints of Rustic Red #520209

RGB

 RED value IS 82 (32.42% from 255) = 88.17%

 GREEN value IS 2 (1.17% from 255) = 2.15%

 BLUE value IS 9 (3.91% from 255) = 9.68%

R = 88.17%
G = 2.15%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#520209 (or 0x520209) is known color: Rustic Red. HEX triplet: 52, 02 and 09. RGB value is (82,2,9). Sum of RGB (Red+Green+Blue) = 82+2+9=93 (12% of max value = 765). Red value is 82 (32.42% from 255 or 88.17% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 82 - color contains mainly: red. Hex color #520209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520209 is #ADFDF6. Grayscale: #1A1A1A. Windows color (decimal): -11402743 or 590418. OLE color: 590418.

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

Color convert

RGB 82 2 9 -
CMYK 0 0.98 0.89 0.68
HSL 354.75º 0.95% 0.16% -
HSV(B) 354.75º 0.98% 0.32% -
XYZ 3.55 1.86 0.43 -
YUV 26.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 82 2 9 0 0.98 0.89 0.68 354.75 0.95 0.16
Hex 52 2 9 0 62 59 44 163 5F 10
Octal 122 2 11 0 142 131 104 543 137 20
Binary 1010010 10 1001 0 1100010 1011001 1000100 101100011 1011111 10000

Color Harmonies of #520209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520209

Black with #520209

Text Example


Text Example

White with #520209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520209; }

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

 H1.HeaderClassName
 {
   color: #520209;
 }
 .AnyTagClassName
 {
   color: #520209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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