Html Css Color HEX #520F06 Red Oxide

📋 copy color: '#520F06'

red 82 ◦ green 15 ◦ blue 6

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

Shades of Red Oxide #520F06

Tints of Red Oxide #520F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 79.61%
G = 14.56%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#520F06 (or 0x520F06) is known color: Red Oxide. HEX triplet: 52, 0F and 06. RGB value is (82,15,6). Sum of RGB (Red+Green+Blue) = 82+15+6=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F06 is #ADF0F9. Grayscale: #222222. Windows color (decimal): -11399418 or 397138. OLE color: 397138.

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

Color convert

RGB 82 15 6 -
CMYK 0 0.82 0.93 0.68
HSL 7.11º 0.86% 0.17% -
HSV(B) 7.11º 0.93% 0.32% -
XYZ 3.68 2.15 0.39 -
YUV 34.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 82 15 6 0 0.82 0.93 0.68 7.11 0.86 0.17
Hex 52 F 6 0 52 5D 44 7 56 11
Octal 122 17 6 0 122 135 104 7 126 21
Binary 1010010 1111 110 0 1010010 1011101 1000100 111 1010110 10001

Color Harmonies of #520F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F06

Black with #520F06

Text Example


Text Example

White with #520F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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