Html Css Color HEX #AD4819 Rust

📋 copy color: '#AD4819'

red 173 ◦ green 72 ◦ blue 25

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

Shades of Rust #AD4819

Tints of Rust #AD4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 64.07%
G = 26.67%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD4819 (or 0xAD4819) is known color: Rust. HEX triplet: AD, 48 and 19. RGB value is (173,72,25). Sum of RGB (Red+Green+Blue) = 173+72+25=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4819 is #52B7E6. Grayscale: #616161. Windows color (decimal): -5421031 or 1657005. OLE color: 1657005.

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

Color convert

RGB 173 72 25 -
CMYK 0 0.58 0.86 0.32
HSL 19.05º 0.75% 0.39% -
HSV(B) 19.05º 0.86% 0.68% -
XYZ 19.73 13.59 2.5 -
YUV 96.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 173 72 25 0 0.58 0.86 0.32 19.05 0.75 0.39
Hex AD 48 19 0 3A 56 20 13 4B 27
Octal 255 110 31 0 72 126 40 23 113 47
Binary 10101101 1001000 11001 0 111010 1010110 100000 10011 1001011 100111

Color Harmonies of #AD4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4819

Black with #AD4819

Text Example


Text Example

White with #AD4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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