#A03F02

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

Shades of Rust #A03F02

Tints of Rust #A03F02

Color information

#A03F02 (or 0xA03F02) is unknown color: approx Rust. HEX triplet: A0, 3F and 02. RGB value is (160,63,2). Sum of RGB (Red+Green+Blue) = 160+63+2=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F02 is #5FC0FD. Grayscale: #555555. Windows color (decimal): -6275326 or 147360. OLE color: 147360.

HSL color Cylindrical-coordinate representation of color #A03F02: hue angle of 23.16º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A03F02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160632-
CMYK00.610.990.37
HSL23.16º97.53%31.76%-
HSV(B)23.16º98.75%62.75%-
XYZ16.2911.031.33-
YUV85.0581.14181.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=71.11%
G=28%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16063200.610.990.3723.1697.5331.76
HexA03F203D6325176220
Octal240772075143452714240
Binary101000001111111001111011100011100101101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F02; }

 p { color: rgb(160,63,2); }

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

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

 a { background-color: rgb(160,63,2); }

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

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

 span { border-color: rgb(160,63,2); }

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