#A02E02

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

Shades of Rust #A02E02

Tints of Rust #A02E02

Color information

#A02E02 (or 0xA02E02) is unknown color: approx Rust. HEX triplet: A0, 2E and 02. RGB value is (160,46,2). Sum of RGB (Red+Green+Blue) = 160+46+2=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02E02 is #5FD1FD. Grayscale: #4B4B4B. Windows color (decimal): -6279678 or 143008. OLE color: 143008.

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

Color convert

RGB160462-
CMYK00.710.990.37
HSL16.71º97.53%31.76%-
HSV(B)16.71º98.75%62.75%-
XYZ15.499.431.06-
YUV75.0786.77188.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.92%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=76.92%
G=22.12%
B=0.96%

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
Decimal16046200.710.990.3716.7197.5331.76
HexA02E20476325116220
Octal2405620107143452114240
Binary1010000010111010010001111100011100101100011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02E02; }

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

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

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

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

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

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

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

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