Html Css Color HEX #AD4019 Rust

📋 copy color: '#AD4019'

red 173 ◦ green 64 ◦ blue 25

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

Shades of Rust #AD4019

Tints of Rust #AD4019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 66.03%
G = 24.43%
B = 9.54%

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

#AD4019 (or 0xAD4019) is known color: Rust. HEX triplet: AD, 40 and 19. RGB value is (173,64,25). Sum of RGB (Red+Green+Blue) = 173+64+25=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4019 is #52BFE6. Grayscale: #5C5C5C. Windows color (decimal): -5423079 or 1654957. OLE color: 1654957.

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

Color convert

RGB 173 64 25 -
CMYK 0 0.63 0.86 0.32
HSL 15.81º 0.75% 0.39% -
HSV(B) 15.81º 0.86% 0.68% -
XYZ 19.24 12.62 2.34 -
YUV 92.15 90.11 185.67 -
System Red Green Blue C M Y K H S L
Decimal 173 64 25 0 0.63 0.86 0.32 15.81 0.75 0.39
Hex AD 40 19 0 3F 56 20 10 4B 27
Octal 255 100 31 0 77 126 40 20 113 47
Binary 10101101 1000000 11001 0 111111 1010110 100000 10000 1001011 100111

Color Harmonies of #AD4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4019

Black with #AD4019

Text Example


Text Example

White with #AD4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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