#a13906

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

Shades of Rust #A13906

Tints of Rust #A13906

Color information

#A13906 (or 0xA13906) is unknown color: approx Rust. HEX triplet: A1, 39 and 06. RGB value is (161,57,6). Sum of RGB (Red+Green+Blue) = 161+57+6=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A13906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13906 is #5EC6F9. Grayscale: #525252. Windows color (decimal): -6211322 or 407969. OLE color: 407969.

HSL color Cylindrical-coordinate representation of color #A13906: hue angle of 19.74º degrees, saturation: 0.93, 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 #A13906 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161576-
CMYK00.650.960.37
HSL19.74º92.81%32.75%-
HSV(B)19.74º96.27%63.14%-
XYZ16.1910.521.35-
YUV82.2884.96184.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.88%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=71.88%
G=25.45%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16157600.650.960.3719.7492.8132.75
HexA13960416025145d21
Octal2417160101140452413541
Binary10100001111001110010000011100000100101101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13906; }

 p { color: rgb(161,57,6); }

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

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

 a { background-color: rgb(161,57,6); }

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

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

 span { border-color: rgb(161,57,6); }

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