Html Css Color HEX #AD4018 Rust

📋 copy color: '#AD4018'

red 173 ◦ green 64 ◦ blue 24

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

Shades of Rust #AD4018

Tints of Rust #AD4018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 66.28%
G = 24.52%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD4018 (or 0xAD4018) is known color: Rust. HEX triplet: AD, 40 and 18. RGB value is (173,64,24). Sum of RGB (Red+Green+Blue) = 173+64+24=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4018 is #52BFE7. Grayscale: #5C5C5C. Windows color (decimal): -5423080 or 1589421. OLE color: 1589421.

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

Color convert

RGB 173 64 24 -
CMYK 0 0.63 0.86 0.32
HSL 16.11º 0.76% 0.39% -
HSV(B) 16.11º 0.86% 0.68% -
XYZ 19.23 12.62 2.29 -
YUV 92.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 173 64 24 0 0.63 0.86 0.32 16.11 0.76 0.39
Hex AD 40 18 0 3F 56 20 10 4C 27
Octal 255 100 30 0 77 126 40 20 114 47
Binary 10101101 1000000 11000 0 111111 1010110 100000 10000 1001100 100111

Color Harmonies of #AD4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4018

Black with #AD4018

Text Example


Text Example

White with #AD4018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4018; }

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

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

background-color css

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

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

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

border-color css

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

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

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