Html Css Color HEX #520F0D Red Oxide

📋 copy color: '#520F0D'

red 82 ◦ green 15 ◦ blue 13

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

Shades of Red Oxide #520F0D

Tints of Red Oxide #520F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.64%

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

R = 74.55%
G = 13.64%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#520F0D (or 0x520F0D) is known color: Red Oxide. HEX triplet: 52, 0F and 0D. RGB value is (82,15,13). Sum of RGB (Red+Green+Blue) = 82+15+13=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F0D is #ADF0F2. Grayscale: #222222. Windows color (decimal): -11399411 or 855890. OLE color: 855890.

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

Color convert

RGB 82 15 13 -
CMYK 0 0.82 0.84 0.68
HSL 1.74º 0.73% 0.19% -
HSV(B) 1.74º 0.84% 0.32% -
XYZ 3.72 2.16 0.6 -
YUV 34.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 82 15 13 0 0.82 0.84 0.68 1.74 0.73 0.19
Hex 52 F D 0 52 54 44 2 49 13
Octal 122 17 15 0 122 124 104 2 111 23
Binary 1010010 1111 1101 0 1010010 1010100 1000100 10 1001001 10011

Color Harmonies of #520F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F0D

Black with #520F0D

Text Example


Text Example

White with #520F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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