#A03C0E

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

Shades of Rust #A03C0E

Tints of Rust #A03C0E

Color information

#A03C0E (or 0xA03C0E) is unknown color: approx Rust. HEX triplet: A0, 3C and 0E. RGB value is (160,60,14). Sum of RGB (Red+Green+Blue) = 160+60+14=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C0E is #5FC3F1. Grayscale: #545454. Windows color (decimal): -6276082 or 933024. OLE color: 933024.

HSL color Cylindrical-coordinate representation of color #A03C0E: hue angle of 18.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A03C0E is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1606014-
CMYK00.620.910.37
HSL18.9º83.91%34.12%-
HSV(B)18.9º91.25%62.75%-
XYZ16.1910.741.63-
YUV84.6688.13181.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.38%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=68.38%
G=25.64%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160601400.620.910.3718.983.9134.12
HexA03CE03E5B25135422
Octal2407416076133452312442
Binary10100000111100111001111101011011100101100111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C0E; }

 p { color: rgb(160,60,14); }

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

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

 a { background-color: rgb(160,60,14); }

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

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

 span { border-color: rgb(160,60,14); }

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