Html Css Color HEX #520D0D Red Oxide

📋 copy color: '#520D0D'

red 82 ◦ green 13 ◦ blue 13

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

Shades of Red Oxide #520D0D

Tints of Red Oxide #520D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 75.93%
G = 12.04%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#520D0D (or 0x520D0D) is known color: Red Oxide. HEX triplet: 52, 0D and 0D. RGB value is (82,13,13). Sum of RGB (Red+Green+Blue) = 82+13+13=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D0D is #ADF2F2. Grayscale: #212121. Windows color (decimal): -11399923 or 855378. OLE color: 855378.

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

Color convert

RGB 82 13 13 -
CMYK 0 0.84 0.84 0.68
HSL 0.73% 0.19% -
HSV(B) 0.84% 0.32% -
XYZ 3.7 2.11 0.59 -
YUV 33.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 82 13 13 0 0.84 0.84 0.68 0 0.73 0.19
Hex 52 D D 0 54 54 44 0 49 13
Octal 122 15 15 0 124 124 104 0 111 23
Binary 1010010 1101 1101 0 1010100 1010100 1000100 0 1001001 10011

Color Harmonies of #520D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D0D

Black with #520D0D

Text Example


Text Example

White with #520D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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