Html Css Color HEX #521006 Red Oxide

📋 copy color: '#521006'

red 82 ◦ green 16 ◦ blue 6

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

Shades of Red Oxide #521006

Tints of Red Oxide #521006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 78.85%
G = 15.38%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#521006 (or 0x521006) is known color: Red Oxide. HEX triplet: 52, 10 and 06. RGB value is (82,16,6). Sum of RGB (Red+Green+Blue) = 82+16+6=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #521006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521006 is #ADEFF9. Grayscale: #222222. Windows color (decimal): -11399162 or 397394. OLE color: 397394.

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

Color convert

RGB 82 16 6 -
CMYK 0 0.80 0.93 0.68
HSL 7.89º 0.86% 0.17% -
HSV(B) 7.89º 0.93% 0.32% -
XYZ 3.7 2.18 0.4 -
YUV 34.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 82 16 6 0 0.80 0.93 0.68 7.89 0.86 0.17
Hex 52 10 6 0 50 5D 44 8 56 11
Octal 122 20 6 0 120 135 104 10 126 21
Binary 1010010 10000 110 0 1010000 1011101 1000100 1000 1010110 10001

Color Harmonies of #521006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521006

Black with #521006

Text Example


Text Example

White with #521006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521006; }

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

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

background-color css

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

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

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

border-color css

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

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

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