Html Css Color HEX #AD4B18 Rust

📋 copy color: '#AD4B18'

red 173 ◦ green 75 ◦ blue 24

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

Shades of Rust #AD4B18

Tints of Rust #AD4B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

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

R = 63.6%
G = 27.57%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD4B18 (or 0xAD4B18) is known color: Rust. HEX triplet: AD, 4B and 18. RGB value is (173,75,24). Sum of RGB (Red+Green+Blue) = 173+75+24=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B18 is #52B4E7. Grayscale: #626262. Windows color (decimal): -5420264 or 1592237. OLE color: 1592237.

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

Color convert

RGB 173 75 24 -
CMYK 0 0.57 0.86 0.32
HSL 20.54º 0.76% 0.39% -
HSV(B) 20.54º 0.86% 0.68% -
XYZ 19.91 13.98 2.51 -
YUV 98.49 85.97 181.15 -
System Red Green Blue C M Y K H S L
Decimal 173 75 24 0 0.57 0.86 0.32 20.54 0.76 0.39
Hex AD 4B 18 0 39 56 20 15 4C 27
Octal 255 113 30 0 71 126 40 25 114 47
Binary 10101101 1001011 11000 0 111001 1010110 100000 10101 1001100 100111

Color Harmonies of #AD4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B18

Black with #AD4B18

Text Example


Text Example

White with #AD4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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