#A74213

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

Shades of Rust #A74213

Tints of Rust #A74213

Color information

#A74213 (or 0xA74213) is unknown color: approx Rust. HEX triplet: A7, 42 and 13. RGB value is (167,66,19). Sum of RGB (Red+Green+Blue) = 167+66+19=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74213 is #58BDEC. Grayscale: #5B5B5B. Windows color (decimal): -5815789 or 1262247. OLE color: 1262247.

HSL color Cylindrical-coordinate representation of color #A74213: hue angle of 19.05º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A74213 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1676619-
CMYK00.600.890.35
HSL19.05º79.57%36.47%-
HSV(B)19.05º88.62%65.49%-
XYZ1812.162.01-
YUV90.8487.46182.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=66.27%
G=26.19%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167661900.600.890.3519.0579.5736.47
HexA7421303C5923135024
Octal24710223074131432312044
Binary1010011110000101001101111001011001100011100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74213; }

 p { color: rgb(167,66,19); }

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

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

 a { background-color: rgb(167,66,19); }

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

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

 span { border-color: rgb(167,66,19); }

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