Html Css Color HEX #520408 Rustic Red

📋 copy color: '#520408'

red 82 ◦ green 4 ◦ blue 8

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

Shades of Rustic Red #520408

Tints of Rustic Red #520408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.26%

 BLUE value IS 8 (3.52% from 255) = 8.51%

R = 87.23%
G = 4.26%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#520408 (or 0x520408) is known color: Rustic Red. HEX triplet: 52, 04 and 08. RGB value is (82,4,8). Sum of RGB (Red+Green+Blue) = 82+4+8=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520408 is #ADFBF7. Grayscale: #1B1B1B. Windows color (decimal): -11402232 or 525394. OLE color: 525394.

HSL color Cylindrical-coordinate representation of color #520408: hue angle of 356.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520408 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 4 8 -
CMYK 0 0.95 0.90 0.68
HSL 356.92º 0.91% 0.17% -
HSV(B) 356.92º 0.95% 0.32% -
XYZ 3.57 1.9 0.41 -
YUV 27.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 82 4 8 0 0.95 0.90 0.68 356.92 0.91 0.17
Hex 52 4 8 0 5F 5A 44 165 5B 11
Octal 122 4 10 0 137 132 104 545 133 21
Binary 1010010 100 1000 0 1011111 1011010 1000100 101100101 1011011 10001

Color Harmonies of #520408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520408

Black with #520408

Text Example


Text Example

White with #520408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520408; }

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

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

background-color css

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

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

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

border-color css

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

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

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