#AD380A

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

Shades of Rust #AD380A

Tints of Rust #AD380A

Color information

#AD380A (or 0xAD380A) is unknown color: approx Rust. HEX triplet: AD, 38 and 0A. RGB value is (173,56,10). Sum of RGB (Red+Green+Blue) = 173+56+10=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD380A is #52C7F5. Grayscale: #565656. Windows color (decimal): -5425142 or 669869. OLE color: 669869.

HSL color Cylindrical-coordinate representation of color #AD380A: hue angle of 16.93º 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 #AD380A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1735610-
CMYK00.680.940.32
HSL16.93º89.07%35.88%-
HSV(B)16.93º94.22%67.84%-
XYZ18.711.731.57-
YUV85.7485.26190.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.38%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=72.38%
G=23.43%
B=4.18%

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
Decimal173561000.680.940.3216.9389.0735.88
HexAD38A0445E20115924
Octal25570120104136402113144
Binary101011011110001010010001001011110100000100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD380A; }

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

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

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

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

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

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

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

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