#A03110

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

Shades of Rust #A03110

Tints of Rust #A03110

Color information

#A03110 (or 0xA03110) is unknown color: approx Rust. HEX triplet: A0, 31 and 10. RGB value is (160,49,16). Sum of RGB (Red+Green+Blue) = 160+49+16=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03110 is #5FCEEF. Grayscale: #4E4E4E. Windows color (decimal): -6278896 or 1061280. OLE color: 1061280.

HSL color Cylindrical-coordinate representation of color #A03110: hue angle of 13.75º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A03110 is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB1604916-
CMYK00.690.90.37
HSL13.75º81.82%34.51%-
HSV(B)13.75º90%62.75%-
XYZ15.699.711.54-
YUV78.4392.77186.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=71.11%
G=21.78%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.9
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160491600.690.90.3713.7581.8234.51
HexA031100455A25e5223
Octal24061200105132451612243
Binary101000001100011000001000101101101010010111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03110; }

 p { color: rgb(160,49,16); }

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

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

 a { background-color: rgb(160,49,16); }

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

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

 span { border-color: rgb(160,49,16); }

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