#A13512

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

Shades of Rust #A13512

Tints of Rust #A13512

Color information

#A13512 (or 0xA13512) is unknown color: approx Rust. HEX triplet: A1, 35 and 12. RGB value is (161,53,18). Sum of RGB (Red+Green+Blue) = 161+53+18=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A13512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13512 is #5ECAED. Grayscale: #515151. Windows color (decimal): -6212334 or 1193377. OLE color: 1193377.

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

Color convert

RGB1615318-
CMYK00.670.890.37
HSL14.69º79.89%35.1%-
HSV(B)14.69º88.82%63.14%-
XYZ16.0810.171.69-
YUV81.392.28184.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.40%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=69.40%
G=22.84%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161531800.670.890.3714.6979.8935.1
HexA135120435925f5023
Octal24165220103131451712043
Binary101000011101011001001000011101100110010111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13512; }

 p { color: rgb(161,53,18); }

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

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

 a { background-color: rgb(161,53,18); }

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

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

 span { border-color: rgb(161,53,18); }

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