Html Css Color HEX #AD5113 Rust

📋 copy color: '#AD5113'

red 173 ◦ green 81 ◦ blue 19

#AD5113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AD5113

Tints of Rust #AD5113

RGB

 RED value IS 173 (67.97% from 255) = 63.37%

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 63.37%
G = 29.67%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD5113 (or 0xAD5113) is known color: Rust. HEX triplet: AD, 51 and 13. RGB value is (173,81,19). Sum of RGB (Red+Green+Blue) = 173+81+19=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5113 is #52AEEC. Grayscale: #656565. Windows color (decimal): -5418733 or 1266093. OLE color: 1266093.

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

Color convert

RGB 173 81 19 -
CMYK 0 0.53 0.89 0.32
HSL 24.16º 0.8% 0.38% -
HSV(B) 24.16º 0.89% 0.68% -
XYZ 20.29 14.82 2.41 -
YUV 101.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 173 81 19 0 0.53 0.89 0.32 24.16 0.8 0.38
Hex AD 51 13 0 35 59 20 18 50 26
Octal 255 121 23 0 65 131 40 30 120 46
Binary 10101101 1010001 10011 0 110101 1011001 100000 11000 1010000 100110

Color Harmonies of #AD5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5113

Black with #AD5113

Text Example


Text Example

White with #AD5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5113; }

 p { color: rgb(173,81,19); }

 H1.HeaderClassName
 {
   color: #AD5113;
 }
 .AnyTagClassName
 {
   color: #AD5113;
 }
</style>

background-color css

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

 a { background-color: rgb(173,81,19); }

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

border-color css

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

 span { border-color: rgb(173,81,19); }

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