#521C16

Color #521C16 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #521C16

Tints of Red Oxide #521C16

Color information

#521C16 (or 0x521C16) is unknown color: approx Red Oxide. HEX triplet: 52, 1C and 16. RGB value is (82,28,22). Sum of RGB (Red+Green+Blue) = 82+28+22=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C16 is #ADE3E9. Grayscale: #2B2B2B. Windows color (decimal): -11396074 or 1449042. OLE color: 1449042.

HSL color Cylindrical-coordinate representation of color #521C16: hue angle of 6º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521C16 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB822822-
CMYK00.660.730.68
HSL57.69%20.39%-
HSV(B)73.17%32.16%-
XYZ4.042.681.06-
YUV43.46115.89155.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=62.12%
G=21.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82282200.660.730.68657.6920.39
Hex521C16042494463a14
Octal1223426010211110467224
Binary10100101110010110010000101001001100010011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521C16; }

 p { color: rgb(82,28,22); }

 H1.HeaderClassName
 {
   color: #521C16;
 }
 .AnyTagClassName
 {
   color: #521C16;
 }
</style>
background-color css

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

 a { background-color: rgb(82,28,22); }

 div.DivClassName
 {
   background-color: #521C16;
 }
 .BgClassName
 {
   background-color: #521C16;
 }
</style>
border-color css

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

 span { border-color: rgb(82,28,22); }

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