#521412

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

Shades of Red Oxide #521412

Tints of Red Oxide #521412

Color information

#521412 (or 0x521412) is unknown color: approx Red Oxide. HEX triplet: 52, 14 and 12. RGB value is (82,20,18). Sum of RGB (Red+Green+Blue) = 82+20+18=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521412 is #ADEBED. Grayscale: #262626. Windows color (decimal): -11398126 or 1184850. OLE color: 1184850.

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

Color convert

RGB822018-
CMYK00.760.780.68
HSL1.88º64%19.61%-
HSV(B)1.88º78.05%32.16%-
XYZ3.842.340.82-
YUV38.31116.54159.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.33%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 15%
R=68.33%
G=16.67%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82201800.760.780.681.886419.61
Hex52141204C4E4424014
Octal12224220114116104210024
Binary10100101010010010010011001001110100010010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521412; }

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

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

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

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

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

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

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

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