Html Css Color HEX #520E03 Red Oxide

📋 copy color: '#520E03'

red 82 ◦ green 14 ◦ blue 3

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

Shades of Red Oxide #520E03

Tints of Red Oxide #520E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.03%

R = 82.83%
G = 14.14%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#520E03 (or 0x520E03) is known color: Red Oxide. HEX triplet: 52, 0E and 03. RGB value is (82,14,3). Sum of RGB (Red+Green+Blue) = 82+14+3=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E03 is #ADF1FC. Grayscale: #212121. Windows color (decimal): -11399677 or 200274. OLE color: 200274.

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

Color convert

RGB 82 14 3 -
CMYK 0 0.83 0.96 0.68
HSL 8.35º 0.93% 0.17% -
HSV(B) 8.35º 0.96% 0.32% -
XYZ 3.65 2.11 0.3 -
YUV 33.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 82 14 3 0 0.83 0.96 0.68 8.35 0.93 0.17
Hex 52 E 3 0 53 60 44 8 5D 11
Octal 122 16 3 0 123 140 104 10 135 21
Binary 1010010 1110 11 0 1010011 1100000 1000100 1000 1011101 10001

Color Harmonies of #520E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E03

Black with #520E03

Text Example


Text Example

White with #520E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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