Html Css Color HEX #520A03 Red Oxide

📋 copy color: '#520A03'

red 82 ◦ green 10 ◦ blue 3

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

Shades of Red Oxide #520A03

Tints of Red Oxide #520A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.53%

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

R = 86.32%
G = 10.53%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#520A03 (or 0x520A03) is known color: Red Oxide. HEX triplet: 52, 0A and 03. RGB value is (82,10,3). Sum of RGB (Red+Green+Blue) = 82+10+3=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A03 is #ADF5FC. Grayscale: #1E1E1E. Windows color (decimal): -11400701 or 199250. OLE color: 199250.

HSL color Cylindrical-coordinate representation of color #520A03: hue angle of 5.32º 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 #520A03 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 10 3 -
CMYK 0 0.88 0.96 0.68
HSL 5.32º 0.93% 0.17% -
HSV(B) 5.32º 0.96% 0.32% -
XYZ 3.6 2.02 0.29 -
YUV 30.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 82 10 3 0 0.88 0.96 0.68 5.32 0.93 0.17
Hex 52 A 3 0 58 60 44 5 5D 11
Octal 122 12 3 0 130 140 104 5 135 21
Binary 1010010 1010 11 0 1011000 1100000 1000100 101 1011101 10001

Color Harmonies of #520A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A03

Black with #520A03

Text Example


Text Example

White with #520A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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