#A84B13

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

Shades of Rust #A84B13

Tints of Rust #A84B13

Color information

#A84B13 (or 0xA84B13) is unknown color: approx Rust. HEX triplet: A8, 4B and 13. RGB value is (168,75,19). Sum of RGB (Red+Green+Blue) = 168+75+19=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B13 is #57B4EC. Grayscale: #606060. Windows color (decimal): -5747949 or 1264552. OLE color: 1264552.

HSL color Cylindrical-coordinate representation of color #A84B13: hue angle of 22.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84B13 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1687519-
CMYK00.550.890.34
HSL22.55º79.68%36.67%-
HSV(B)22.55º88.69%65.88%-
XYZ18.7813.42.21-
YUV96.4284.31179.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.12%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=64.12%
G=28.63%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168751900.550.890.3422.5579.6836.67
HexA84B130375922175025
Octal25011323067131422712045
Binary1010100010010111001101101111011001100010101111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B13; }

 p { color: rgb(168,75,19); }

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

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

 a { background-color: rgb(168,75,19); }

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

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

 span { border-color: rgb(168,75,19); }

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