#521A12

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

Shades of Red Oxide #521A12

Tints of Red Oxide #521A12

Color information

#521A12 (or 0x521A12) is unknown color: approx Red Oxide. HEX triplet: 52, 1A and 12. RGB value is (82,26,18). Sum of RGB (Red+Green+Blue) = 82+26+18=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #521A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A12 is #ADE5ED. Grayscale: #292929. Windows color (decimal): -11396590 or 1186386. OLE color: 1186386.

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

Color convert

RGB822618-
CMYK00.680.780.68
HSL7.5º64%19.61%-
HSV(B)7.5º78.05%32.16%-
XYZ3.962.580.86-
YUV41.83114.55156.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.08%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=65.08%
G=20.63%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82261800.680.780.687.56419.61
Hex521A120444E4484014
Octal122322201041161041010024
Binary1010010110101001001000100100111010001001000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,26,18); }

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

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

 a { background-color: rgb(82,26,18); }

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

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

 span { border-color: rgb(82,26,18); }

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