Html Css Color HEX #520D03 Red Oxide

📋 copy color: '#520D03'

red 82 ◦ green 13 ◦ blue 3

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

Shades of Red Oxide #520D03

Tints of Red Oxide #520D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.27%

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

R = 83.67%
G = 13.27%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#520D03 (or 0x520D03) is known color: Red Oxide. HEX triplet: 52, 0D and 03. RGB value is (82,13,3). Sum of RGB (Red+Green+Blue) = 82+13+3=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D03 is #ADF2FC. Grayscale: #202020. Windows color (decimal): -11399933 or 200018. OLE color: 200018.

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

Color convert

RGB 82 13 3 -
CMYK 0 0.84 0.96 0.68
HSL 7.59º 0.93% 0.17% -
HSV(B) 7.59º 0.96% 0.32% -
XYZ 3.64 2.09 0.3 -
YUV 32.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 82 13 3 0 0.84 0.96 0.68 7.59 0.93 0.17
Hex 52 D 3 0 54 60 44 8 5D 11
Octal 122 15 3 0 124 140 104 10 135 21
Binary 1010010 1101 11 0 1010100 1100000 1000100 1000 1011101 10001

Color Harmonies of #520D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D03

Black with #520D03

Text Example


Text Example

White with #520D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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