#A03A13

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

Shades of Rust #A03A13

Tints of Rust #A03A13

Color information

#A03A13 (or 0xA03A13) is unknown color: approx Rust. HEX triplet: A0, 3A and 13. RGB value is (160,58,19). Sum of RGB (Red+Green+Blue) = 160+58+19=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A13 is #5FC5EC. Grayscale: #545454. Windows color (decimal): -6276589 or 1260192. OLE color: 1260192.

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

Color convert

RGB1605819-
CMYK00.640.880.37
HSL16.6º78.77%35.1%-
HSV(B)16.6º88.13%62.75%-
XYZ16.1310.551.8-
YUV84.0591.29182.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=67.51%
G=24.47%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160581900.640.880.3716.678.7735.1
HexA03A130405825114f23
Octal24072230100130452111743
Binary1010000011101010011010000001011000100101100011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A13; }

 p { color: rgb(160,58,19); }

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

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

 a { background-color: rgb(160,58,19); }

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

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

 span { border-color: rgb(160,58,19); }

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