Html Css Color HEX #AD4512 Rust

📋 copy color: '#AD4512'

red 173 ◦ green 69 ◦ blue 18

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

Shades of Rust #AD4512

Tints of Rust #AD4512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 66.54%
G = 26.54%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4512 (or 0xAD4512) is known color: Rust. HEX triplet: AD, 45 and 12. RGB value is (173,69,18). Sum of RGB (Red+Green+Blue) = 173+69+18=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4512 is #52BAED. Grayscale: #5E5E5E. Windows color (decimal): -5421806 or 1197485. OLE color: 1197485.

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

Color convert

RGB 173 69 18 -
CMYK 0 0.60 0.90 0.32
HSL 19.74º 0.81% 0.37% -
HSV(B) 19.74º 0.9% 0.68% -
XYZ 19.47 13.18 2.09 -
YUV 94.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 173 69 18 0 0.60 0.90 0.32 19.74 0.81 0.37
Hex AD 45 12 0 3C 5A 20 14 51 25
Octal 255 105 22 0 74 132 40 24 121 45
Binary 10101101 1000101 10010 0 111100 1011010 100000 10100 1010001 100101

Color Harmonies of #AD4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4512

Black with #AD4512

Text Example


Text Example

White with #AD4512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4512; }

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

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

background-color css

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

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

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

border-color css

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

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

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