Html Css Color HEX #AD5212 Rust

📋 copy color: '#AD5212'

red 173 ◦ green 82 ◦ blue 18

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

Shades of Rust #AD5212

Tints of Rust #AD5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 63.37%
G = 30.04%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5212 (or 0xAD5212) is known color: Rust. HEX triplet: AD, 52 and 12. RGB value is (173,82,18). Sum of RGB (Red+Green+Blue) = 173+82+18=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5212 is #52ADED. Grayscale: #666666. Windows color (decimal): -5418478 or 1200813. OLE color: 1200813.

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

Color convert

RGB 173 82 18 -
CMYK 0 0.53 0.90 0.32
HSL 24.77º 0.81% 0.37% -
HSV(B) 24.77º 0.9% 0.68% -
XYZ 20.36 14.96 2.39 -
YUV 101.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 173 82 18 0 0.53 0.90 0.32 24.77 0.81 0.37
Hex AD 52 12 0 35 5A 20 19 51 25
Octal 255 122 22 0 65 132 40 31 121 45
Binary 10101101 1010010 10010 0 110101 1011010 100000 11001 1010001 100101

Color Harmonies of #AD5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5212

Black with #AD5212

Text Example


Text Example

White with #AD5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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