#A02D00

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

Shades of Rust #A02D00

Tints of Rust #A02D00

Color information

#A02D00 (or 0xA02D00) is unknown color: approx Rust. HEX triplet: A0, 2D and 00. RGB value is (160,45,0). Sum of RGB (Red+Green+Blue) = 160+45+0=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D00 is #5FD2FF. Grayscale: #4A4A4A. Windows color (decimal): -6279936 or 11680. OLE color: 11680.

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

Color convert

RGB160450-
CMYK00.7210.37
HSL16.88º100%31.37%-
HSV(B)16.88º100%62.75%-
XYZ15.449.350.99-
YUV74.2686.1189.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.05%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.05%
G=21.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16045000.7210.3716.8810031.37
HexA02D0048642511641f
Octal2405500110144452114437
Binary10100000101101001001000110010010010110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D00; }

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

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

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

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

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

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

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

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