Html Css Color HEX #520F04 Red Oxide

📋 copy color: '#520F04'

red 82 ◦ green 15 ◦ blue 4

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

Shades of Red Oxide #520F04

Tints of Red Oxide #520F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.96%

R = 81.19%
G = 14.85%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#520F04 (or 0x520F04) is known color: Red Oxide. HEX triplet: 52, 0F and 04. RGB value is (82,15,4). Sum of RGB (Red+Green+Blue) = 82+15+4=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #520F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F04 is #ADF0FB. Grayscale: #212121. Windows color (decimal): -11399420 or 266066. OLE color: 266066.

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

Color convert

RGB 82 15 4 -
CMYK 0 0.82 0.95 0.68
HSL 8.46º 0.91% 0.17% -
HSV(B) 8.46º 0.95% 0.32% -
XYZ 3.67 2.14 0.34 -
YUV 33.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 82 15 4 0 0.82 0.95 0.68 8.46 0.91 0.17
Hex 52 F 4 0 52 5F 44 8 5B 11
Octal 122 17 4 0 122 137 104 10 133 21
Binary 1010010 1111 100 0 1010010 1011111 1000100 1000 1011011 10001

Color Harmonies of #520F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F04

Black with #520F04

Text Example


Text Example

White with #520F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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