Html Css Color HEX #AD4118 Rust

📋 copy color: '#AD4118'

red 173 ◦ green 65 ◦ blue 24

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

Shades of Rust #AD4118

Tints of Rust #AD4118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 66.03%
G = 24.81%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD4118 (or 0xAD4118) is known color: Rust. HEX triplet: AD, 41 and 18. RGB value is (173,65,24). Sum of RGB (Red+Green+Blue) = 173+65+24=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4118 is #52BEE7. Grayscale: #5C5C5C. Windows color (decimal): -5422824 or 1589677. OLE color: 1589677.

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

Color convert

RGB 173 65 24 -
CMYK 0 0.62 0.86 0.32
HSL 16.51º 0.76% 0.39% -
HSV(B) 16.51º 0.86% 0.68% -
XYZ 19.29 12.73 2.3 -
YUV 92.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 173 65 24 0 0.62 0.86 0.32 16.51 0.76 0.39
Hex AD 41 18 0 3E 56 20 11 4C 27
Octal 255 101 30 0 76 126 40 21 114 47
Binary 10101101 1000001 11000 0 111110 1010110 100000 10001 1001100 100111

Color Harmonies of #AD4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4118

Black with #AD4118

Text Example


Text Example

White with #AD4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4118; }

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

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

background-color css

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

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

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

border-color css

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

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

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