#A1360E

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

Shades of Rust #A1360E

Tints of Rust #A1360E

Color information

#A1360E (or 0xA1360E) is unknown color: approx Rust. HEX triplet: A1, 36 and 0E. RGB value is (161,54,14). Sum of RGB (Red+Green+Blue) = 161+54+14=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A1360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1360E is #5EC9F1. Grayscale: #515151. Windows color (decimal): -6212082 or 931489. OLE color: 931489.

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

Color convert

RGB1615414-
CMYK00.660.910.37
HSL16.33º84%34.31%-
HSV(B)16.33º91.3%63.14%-
XYZ16.110.251.54-
YUV81.4389.95184.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.31%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=70.31%
G=23.58%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161541400.660.910.3716.338434.31
HexA136E0425B25105422
Octal24166160102133452012442
Binary101000011101101110010000101011011100101100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1360E; }

 p { color: rgb(161,54,14); }

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

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

 a { background-color: rgb(161,54,14); }

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

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

 span { border-color: rgb(161,54,14); }

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