Html Css Color HEX #520E0C Red Oxide

📋 copy color: '#520E0C'

red 82 ◦ green 14 ◦ blue 12

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

Shades of Red Oxide #520E0C

Tints of Red Oxide #520E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.11%

R = 75.93%
G = 12.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#520E0C (or 0x520E0C) is known color: Red Oxide. HEX triplet: 52, 0E and 0C. RGB value is (82,14,12). Sum of RGB (Red+Green+Blue) = 82+14+12=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E0C is #ADF1F3. Grayscale: #222222. Windows color (decimal): -11399668 or 790098. OLE color: 790098.

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

Color convert

RGB 82 14 12 -
CMYK 0 0.83 0.85 0.68
HSL 1.71º 0.74% 0.18% -
HSV(B) 1.71º 0.85% 0.32% -
XYZ 3.7 2.13 0.56 -
YUV 34.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 82 14 12 0 0.83 0.85 0.68 1.71 0.74 0.18
Hex 52 E C 0 53 55 44 2 4A 12
Octal 122 16 14 0 123 125 104 2 112 22
Binary 1010010 1110 1100 0 1010011 1010101 1000100 10 1001010 10010

Color Harmonies of #520E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E0C

Black with #520E0C

Text Example


Text Example

White with #520E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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