Html Css Color HEX #520E05 Red Oxide

📋 copy color: '#520E05'

red 82 ◦ green 14 ◦ blue 5

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

Shades of Red Oxide #520E05

Tints of Red Oxide #520E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 81.19%
G = 13.86%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#520E05 (or 0x520E05) is known color: Red Oxide. HEX triplet: 52, 0E and 05. RGB value is (82,14,5). Sum of RGB (Red+Green+Blue) = 82+14+5=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #520E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E05 is #ADF1FA. Grayscale: #212121. Windows color (decimal): -11399675 or 331346. OLE color: 331346.

HSL color Cylindrical-coordinate representation of color #520E05: hue angle of 7.01º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520E05 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 14 5 -
CMYK 0 0.83 0.94 0.68
HSL 7.01º 0.89% 0.17% -
HSV(B) 7.01º 0.94% 0.32% -
XYZ 3.66 2.12 0.36 -
YUV 33.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 82 14 5 0 0.83 0.94 0.68 7.01 0.89 0.17
Hex 52 E 5 0 53 5E 44 7 59 11
Octal 122 16 5 0 123 136 104 7 131 21
Binary 1010010 1110 101 0 1010011 1011110 1000100 111 1011001 10001

Color Harmonies of #520E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E05

Black with #520E05

Text Example


Text Example

White with #520E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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