Html Css Color HEX #520204 Rustic Red

📋 copy color: '#520204'

red 82 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #520204

Tints of Rustic Red #520204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.55%

R = 93.18%
G = 2.27%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#520204 (or 0x520204) is known color: Rustic Red. HEX triplet: 52, 02 and 04. RGB value is (82,2,4). Sum of RGB (Red+Green+Blue) = 82+2+4=88 (11% of max value = 765). Red value is 82 (32.42% from 255 or 93.18% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 82 - color contains mainly: red. Hex color #520204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520204 is #ADFDFB. Grayscale: #1A1A1A. Windows color (decimal): -11402748 or 262738. OLE color: 262738.

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

Color convert

RGB 82 2 4 -
CMYK 0 0.98 0.95 0.68
HSL 358.5º 0.95% 0.16% -
HSV(B) 358.5º 0.98% 0.32% -
XYZ 3.52 1.85 0.29 -
YUV 26.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 82 2 4 0 0.98 0.95 0.68 358.5 0.95 0.16
Hex 52 2 4 0 62 5F 44 166 5F 10
Octal 122 2 4 0 142 137 104 546 137 20
Binary 1010010 10 100 0 1100010 1011111 1000100 101100110 1011111 10000

Color Harmonies of #520204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520204

Black with #520204

Text Example


Text Example

White with #520204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520204; }

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

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

background-color css

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

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

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

border-color css

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

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

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