#A02D03

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

Shades of Rust #A02D03

Tints of Rust #A02D03

Color information

#A02D03 (or 0xA02D03) is unknown color: approx Rust. HEX triplet: A0, 2D and 03. RGB value is (160,45,3). Sum of RGB (Red+Green+Blue) = 160+45+3=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D03 is #5FD2FC. Grayscale: #4A4A4A. Windows color (decimal): -6279933 or 208288. OLE color: 208288.

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

Color convert

RGB160453-
CMYK00.720.980.37
HSL16.05º96.32%31.96%-
HSV(B)16.05º98.12%62.75%-
XYZ15.459.361.08-
YUV74.687.6188.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.92%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=76.92%
G=21.63%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16045300.720.980.3716.0596.3231.96
HexA02D30486225106020
Octal2405530110142452014040
Binary1010000010110111010010001100010100101100001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D03; }

 p { color: rgb(160,45,3); }

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

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

 a { background-color: rgb(160,45,3); }

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

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

 span { border-color: rgb(160,45,3); }

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