Html Css Color HEX #AD5012 Rust

📋 copy color: '#AD5012'

red 173 ◦ green 80 ◦ blue 18

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

Shades of Rust #AD5012

Tints of Rust #AD5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 63.84%
G = 29.52%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5012 (or 0xAD5012) is known color: Rust. HEX triplet: AD, 50 and 12. RGB value is (173,80,18). Sum of RGB (Red+Green+Blue) = 173+80+18=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5012 is #52AFED. Grayscale: #656565. Windows color (decimal): -5418990 or 1200301. OLE color: 1200301.

HSL color Cylindrical-coordinate representation of color #AD5012: hue angle of 24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5012 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 18 -
CMYK 0 0.54 0.90 0.32
HSL 24º 0.81% 0.37% -
HSV(B) 24º 0.9% 0.68% -
XYZ 20.21 14.67 2.34 -
YUV 100.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 173 80 18 0 0.54 0.90 0.32 24 0.81 0.37
Hex AD 50 12 0 36 5A 20 18 51 25
Octal 255 120 22 0 66 132 40 30 121 45
Binary 10101101 1010000 10010 0 110110 1011010 100000 11000 1010001 100101

Color Harmonies of #AD5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5012

Black with #AD5012

Text Example


Text Example

White with #AD5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5012; }

 p { color: rgb(173,80,18); }

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

background-color css

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

 a { background-color: rgb(173,80,18); }

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

border-color css

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

 span { border-color: rgb(173,80,18); }

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