#A1420F

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

Shades of Rust #A1420F

Tints of Rust #A1420F

Color information

#A1420F (or 0xA1420F) is unknown color: approx Rust. HEX triplet: A1, 42 and 0F. RGB value is (161,66,15). Sum of RGB (Red+Green+Blue) = 161+66+15=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1420F is #5EBDF0. Grayscale: #585858. Windows color (decimal): -6209009 or 1000097. OLE color: 1000097.

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

Color convert

RGB1616615-
CMYK00.590.910.37
HSL20.96º82.95%34.51%-
HSV(B)20.96º90.68%63.14%-
XYZ16.7311.511.79-
YUV88.5986.47179.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=66.53%
G=27.27%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161661500.590.910.3720.9682.9534.51
HexA142F03B5B25155323
Octal24110217073133452512343
Binary101000011000010111101110111011011100101101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1420F; }

 p { color: rgb(161,66,15); }

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

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

 a { background-color: rgb(161,66,15); }

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

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

 span { border-color: rgb(161,66,15); }

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