#A93E0D

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

Shades of Rust #A93E0D

Tints of Rust #A93E0D

Color information

#A93E0D (or 0xA93E0D) is unknown color: approx Rust. HEX triplet: A9, 3E and 0D. RGB value is (169,62,13). Sum of RGB (Red+Green+Blue) = 169+62+13=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93E0D is #56C1F2. Grayscale: #585858. Windows color (decimal): -5685747 or 868009. OLE color: 868009.

HSL color Cylindrical-coordinate representation of color #A93E0D: hue angle of 18.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A93E0D is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1696213-
CMYK00.630.920.34
HSL18.85º85.71%35.69%-
HSV(B)18.85º92.31%66.27%-
XYZ18.1611.911.72-
YUV88.4185.45185.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.26%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=69.26%
G=25.41%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169621300.630.920.3418.8585.7135.69
HexA93ED03F5C22135624
Octal2517615077134422312644
Binary10101001111110110101111111011100100010100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E0D; }

 p { color: rgb(169,62,13); }

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

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

 a { background-color: rgb(169,62,13); }

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

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

 span { border-color: rgb(169,62,13); }

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