#A02300

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

Shades of Rust #A02300

Tints of Rust #A02300

Color information

#A02300 (or 0xA02300) is unknown color: approx Rust. HEX triplet: A0, 23 and 00. RGB value is (160,35,0). Sum of RGB (Red+Green+Blue) = 160+35+0=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A02300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02300 is #5FDCFF. Grayscale: #444444. Windows color (decimal): -6282496 or 9120. OLE color: 9120.

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

Color convert

RGB160350-
CMYK00.7810.37
HSL13.12º100%31.37%-
HSV(B)13.12º100%62.75%-
XYZ15.18.680.88-
YUV68.3889.41193.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 82.05%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.05%
G=17.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16035000.7810.3713.1210031.37
HexA023004E6425d641f
Octal2404300116144451514437
Binary1010000010001100100111011001001001011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02300; }

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

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

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

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

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

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

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

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