#A13A01

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

Shades of Rust #A13A01

Tints of Rust #A13A01

Color information

#A13A01 (or 0xA13A01) is unknown color: approx Rust. HEX triplet: A1, 3A and 01. RGB value is (161,58,1). Sum of RGB (Red+Green+Blue) = 161+58+1=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A01 is #5EC5FE. Grayscale: #525252. Windows color (decimal): -6211071 or 80545. OLE color: 80545.

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

Color convert

RGB161581-
CMYK00.640.990.37
HSL21.38º98.77%31.76%-
HSV(B)21.38º99.38%63.14%-
XYZ16.2210.611.22-
YUV82.382.12184.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.18%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=73.18%
G=26.36%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16158100.640.990.3721.3898.7731.76
HexA13A10406325156320
Octal2417210100143452514340
Binary101000011110101010000001100011100101101011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A01; }

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

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

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

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

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

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

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

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