#A13C07

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

Shades of Rust #A13C07

Tints of Rust #A13C07

Color information

#A13C07 (or 0xA13C07) is unknown color: approx Rust. HEX triplet: A1, 3C and 07. RGB value is (161,60,7). Sum of RGB (Red+Green+Blue) = 161+60+7=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C07 is #5EC3F8. Grayscale: #545454. Windows color (decimal): -6210553 or 474273. OLE color: 474273.

HSL color Cylindrical-coordinate representation of color #A13C07: hue angle of 20.65º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A13C07 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161607-
CMYK00.630.960.37
HSL20.65º91.67%32.94%-
HSV(B)20.65º95.65%63.14%-
XYZ16.3510.821.43-
YUV84.1684.46182.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.61%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=70.61%
G=26.32%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16160700.630.960.3720.6591.6732.94
HexA13C703F6025155c21
Octal241747077140452513441
Binary1010000111110011101111111100000100101101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13C07; }

 p { color: rgb(161,60,7); }

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

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

 a { background-color: rgb(161,60,7); }

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

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

 span { border-color: rgb(161,60,7); }

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