#A13202

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

Shades of Rust #A13202

Tints of Rust #A13202

Color information

#A13202 (or 0xA13202) is unknown color: approx Rust. HEX triplet: A1, 32 and 02. RGB value is (161,50,2). Sum of RGB (Red+Green+Blue) = 161+50+2=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A13202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13202 is #5ECDFD. Grayscale: #4E4E4E. Windows color (decimal): -6213118 or 144033. OLE color: 144033.

HSL color Cylindrical-coordinate representation of color #A13202: hue angle of 18.11º degrees, saturation: 0.98, 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 #A13202 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB161502-
CMYK00.690.990.37
HSL18.11º97.55%31.96%-
HSV(B)18.11º98.76%63.14%-
XYZ15.859.861.13-
YUV77.7285.27187.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.59%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=75.59%
G=23.47%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16150200.690.990.3718.1197.5531.96
HexA13220456325126220
Octal2416220105143452214240
Binary1010000111001010010001011100011100101100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13202; }

 p { color: rgb(161,50,2); }

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

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

 a { background-color: rgb(161,50,2); }

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

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

 span { border-color: rgb(161,50,2); }

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