Html Css Color HEX #AD4011 Rust

📋 copy color: '#AD4011'

red 173 ◦ green 64 ◦ blue 17

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

Shades of Rust #AD4011

Tints of Rust #AD4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 68.11%
G = 25.2%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4011 (or 0xAD4011) is known color: Rust. HEX triplet: AD, 40 and 11. RGB value is (173,64,17). Sum of RGB (Red+Green+Blue) = 173+64+17=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4011 is #52BFEE. Grayscale: #5B5B5B. Windows color (decimal): -5423087 or 1130669. OLE color: 1130669.

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

Color convert

RGB 173 64 17 -
CMYK 0 0.63 0.90 0.32
HSL 18.08º 0.82% 0.37% -
HSV(B) 18.08º 0.9% 0.68% -
XYZ 19.17 12.59 1.95 -
YUV 91.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 173 64 17 0 0.63 0.90 0.32 18.08 0.82 0.37
Hex AD 40 11 0 3F 5A 20 12 52 25
Octal 255 100 21 0 77 132 40 22 122 45
Binary 10101101 1000000 10001 0 111111 1011010 100000 10010 1010010 100101

Color Harmonies of #AD4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4011

Black with #AD4011

Text Example


Text Example

White with #AD4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4011; }

 p { color: rgb(173,64,17); }

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

background-color css

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

 a { background-color: rgb(173,64,17); }

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

border-color css

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

 span { border-color: rgb(173,64,17); }

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