#A02E01

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

Shades of Rust #A02E01

Tints of Rust #A02E01

Color information

#A02E01 (or 0xA02E01) is unknown color: approx Rust. HEX triplet: A0, 2E and 01. RGB value is (160,46,1). Sum of RGB (Red+Green+Blue) = 160+46+1=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02E01 is #5FD1FE. Grayscale: #4B4B4B. Windows color (decimal): -6279679 or 77472. OLE color: 77472.

HSL color Cylindrical-coordinate representation of color #A02E01: hue angle of 16.98º degrees, saturation: 0.99, 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 #A02E01 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160461-
CMYK00.710.990.37
HSL16.98º98.76%31.57%-
HSV(B)16.98º99.37%62.75%-
XYZ15.489.431.03-
YUV74.9686.27188.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 77.29%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=77.29%
G=22.22%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16046100.710.990.3716.9898.7631.57
HexA02E10476325116320
Octal2405610107143452114340
Binary101000001011101010001111100011100101100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02E01; }

 p { color: rgb(160,46,1); }

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

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

 a { background-color: rgb(160,46,1); }

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

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

 span { border-color: rgb(160,46,1); }

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