#A13A12

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

Shades of Rust #A13A12

Tints of Rust #A13A12

Color information

#A13A12 (or 0xA13A12) is unknown color: approx Rust. HEX triplet: A1, 3A and 12. RGB value is (161,58,18). Sum of RGB (Red+Green+Blue) = 161+58+18=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A12 is #5EC5ED. Grayscale: #545454. Windows color (decimal): -6211054 or 1194657. OLE color: 1194657.

HSL color Cylindrical-coordinate representation of color #A13A12: hue angle of 16.78º 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 #A13A12 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1615818-
CMYK00.640.890.37
HSL16.78º79.89%35.1%-
HSV(B)16.78º88.82%63.14%-
XYZ16.3210.651.77-
YUV84.2490.62182.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=67.93%
G=24.47%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161581800.640.890.3716.7879.8935.1
HexA13A120405925115023
Octal24172220100131452112043
Binary1010000111101010010010000001011001100101100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A12; }

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

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

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

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

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

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

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

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