#ad370a

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

Shades of Rust #AD370A

Tints of Rust #AD370A

Color information

#AD370A (or 0xAD370A) is unknown color: approx Rust. HEX triplet: AD, 37 and 0A. RGB value is (173,55,10). Sum of RGB (Red+Green+Blue) = 173+55+10=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD370A is #52C8F5. Grayscale: #555555. Windows color (decimal): -5425398 or 669613. OLE color: 669613.

HSL color Cylindrical-coordinate representation of color #AD370A: hue angle of 16.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD370A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1735510-
CMYK00.680.940.32
HSL16.56º89.07%35.88%-
HSV(B)16.56º94.22%67.84%-
XYZ18.6511.641.55-
YUV85.1585.59190.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.69%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=72.69%
G=23.11%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173551000.680.940.3216.5689.0735.88
HexAD37A0445E20115924
Octal25567120104136402113144
Binary101011011101111010010001001011110100000100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad370a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad370a; }

 p { color: rgb(173,55,10); }

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

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

 a { background-color: rgb(173,55,10); }

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

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

 span { border-color: rgb(173,55,10); }

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