#A8370D

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

Shades of Rust #A8370D

Tints of Rust #A8370D

Color information

#A8370D (or 0xA8370D) is unknown color: approx Rust. HEX triplet: A8, 37 and 0D. RGB value is (168,55,13). Sum of RGB (Red+Green+Blue) = 168+55+13=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8370D is #57C8F2. Grayscale: #545454. Windows color (decimal): -5753075 or 866216. OLE color: 866216.

HSL color Cylindrical-coordinate representation of color #A8370D: hue angle of 16.26º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8370D is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1685513-
CMYK00.670.920.34
HSL16.26º85.64%35.49%-
HSV(B)16.26º92.26%65.88%-
XYZ17.5911.091.59-
YUV8487.94187.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.19%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=71.19%
G=23.31%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168551300.670.920.3416.2685.6435.49
HexA837D0435C22105623
Octal25067150103134422012643
Binary101010001101111101010000111011100100010100001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8370D; }

 p { color: rgb(168,55,13); }

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

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

 a { background-color: rgb(168,55,13); }

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

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

 span { border-color: rgb(168,55,13); }

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