#A02F0A

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

Shades of Rust #A02F0A

Tints of Rust #A02F0A

Color information

#A02F0A (or 0xA02F0A) is unknown color: approx Rust. HEX triplet: A0, 2F and 0A. RGB value is (160,47,10). Sum of RGB (Red+Green+Blue) = 160+47+10=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F0A is #5FD0F5. Grayscale: #4C4C4C. Windows color (decimal): -6279414 or 667552. OLE color: 667552.

HSL color Cylindrical-coordinate representation of color #A02F0A: hue angle of 14.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A02F0A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1604710-
CMYK00.710.940.37
HSL14.8º88.24%33.33%-
HSV(B)14.8º93.75%62.75%-
XYZ15.579.531.31-
YUV76.5790.44187.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=73.73%
G=21.66%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160471000.710.940.3714.888.2433.33
HexA02FA0475E25f5821
Octal24057120107136451713041
Binary10100000101111101001000111101111010010111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F0A; }

 p { color: rgb(160,47,10); }

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

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

 a { background-color: rgb(160,47,10); }

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

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

 span { border-color: rgb(160,47,10); }

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