#A13E0A

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

Shades of Rust #A13E0A

Tints of Rust #A13E0A

Color information

#A13E0A (or 0xA13E0A) is unknown color: approx Rust. HEX triplet: A1, 3E and 0A. RGB value is (161,62,10). Sum of RGB (Red+Green+Blue) = 161+62+10=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E0A is #5EC1F5. Grayscale: #555555. Windows color (decimal): -6210038 or 671393. OLE color: 671393.

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

Color convert

RGB1616210-
CMYK00.610.940.37
HSL20.66º88.3%33.53%-
HSV(B)20.66º93.79%63.14%-
XYZ16.4811.041.55-
YUV85.6785.3181.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.10%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=69.10%
G=26.61%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161621000.610.940.3720.6688.333.53
HexA13EA03D5E25155822
Octal2417612075136452513042
Binary10100001111110101001111011011110100101101011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E0A; }

 p { color: rgb(161,62,10); }

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

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

 a { background-color: rgb(161,62,10); }

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

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

 span { border-color: rgb(161,62,10); }

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