Html Css Color HEX #520C06 Red Oxide

📋 copy color: '#520C06'

red 82 ◦ green 12 ◦ blue 6

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

Shades of Red Oxide #520C06

Tints of Red Oxide #520C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12%

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

R = 82%
G = 12%
B = 6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#520C06 (or 0x520C06) is known color: Red Oxide. HEX triplet: 52, 0C and 06. RGB value is (82,12,6). Sum of RGB (Red+Green+Blue) = 82+12+6=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #520C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C06 is #ADF3F9. Grayscale: #202020. Windows color (decimal): -11400186 or 396370. OLE color: 396370.

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

Color convert

RGB 82 12 6 -
CMYK 0 0.85 0.93 0.68
HSL 4.74º 0.86% 0.17% -
HSV(B) 4.74º 0.93% 0.32% -
XYZ 3.64 2.07 0.38 -
YUV 32.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 82 12 6 0 0.85 0.93 0.68 4.74 0.86 0.17
Hex 52 C 6 0 55 5D 44 5 56 11
Octal 122 14 6 0 125 135 104 5 126 21
Binary 1010010 1100 110 0 1010101 1011101 1000100 101 1010110 10001

Color Harmonies of #520C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C06

Black with #520C06

Text Example


Text Example

White with #520C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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