#A13C00

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

Shades of Rust #A13C00

Tints of Rust #A13C00

Color information

#A13C00 (or 0xA13C00) is unknown color: approx Rust. HEX triplet: A1, 3C and 00. RGB value is (161,60,0). Sum of RGB (Red+Green+Blue) = 161+60+0=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C00 is #5EC3FF. Grayscale: #535353. Windows color (decimal): -6210560 or 15521. OLE color: 15521.

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

Color convert

RGB161600-
CMYK00.6310.37
HSL22.36º100%31.57%-
HSV(B)22.36º100%63.14%-
XYZ16.3110.811.23-
YUV83.3680.96183.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.85%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.85%
G=27.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16160000.6310.3722.3610031.57
HexA13C003F6425166420
Octal241740077144452614440
Binary10100001111100001111111100100100101101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13C00; }

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

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

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

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

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

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

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

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