Html Css Color HEX #AD4014 Rust

📋 copy color: '#AD4014'

red 173 ◦ green 64 ◦ blue 20

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

Shades of Rust #AD4014

Tints of Rust #AD4014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 67.32%
G = 24.9%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4014 (or 0xAD4014) is known color: Rust. HEX triplet: AD, 40 and 14. RGB value is (173,64,20). Sum of RGB (Red+Green+Blue) = 173+64+20=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4014 is #52BFEB. Grayscale: #5B5B5B. Windows color (decimal): -5423084 or 1327277. OLE color: 1327277.

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

Color convert

RGB 173 64 20 -
CMYK 0 0.63 0.88 0.32
HSL 17.25º 0.79% 0.38% -
HSV(B) 17.25º 0.88% 0.68% -
XYZ 19.19 12.6 2.08 -
YUV 91.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 173 64 20 0 0.63 0.88 0.32 17.25 0.79 0.38
Hex AD 40 14 0 3F 58 20 11 4F 26
Octal 255 100 24 0 77 130 40 21 117 46
Binary 10101101 1000000 10100 0 111111 1011000 100000 10001 1001111 100110

Color Harmonies of #AD4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4014

Black with #AD4014

Text Example


Text Example

White with #AD4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4014; }

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

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

background-color css

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

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

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

border-color css

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

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

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