Html Css Color HEX #AD3418 Rust

📋 copy color: '#AD3418'

red 173 ◦ green 52 ◦ blue 24

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

Shades of Rust #AD3418

Tints of Rust #AD3418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 69.48%
G = 20.88%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3418 (or 0xAD3418) is known color: Rust. HEX triplet: AD, 34 and 18. RGB value is (173,52,24). Sum of RGB (Red+Green+Blue) = 173+52+24=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3418 is #52CBE7. Grayscale: #555555. Windows color (decimal): -5426152 or 1586349. OLE color: 1586349.

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

Color convert

RGB 173 52 24 -
CMYK 0 0.70 0.86 0.32
HSL 11.28º 0.76% 0.39% -
HSV(B) 11.28º 0.86% 0.68% -
XYZ 18.63 11.41 2.08 -
YUV 84.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 173 52 24 0 0.70 0.86 0.32 11.28 0.76 0.39
Hex AD 34 18 0 46 56 20 B 4C 27
Octal 255 64 30 0 106 126 40 13 114 47
Binary 10101101 110100 11000 0 1000110 1010110 100000 1011 1001100 100111

Color Harmonies of #AD3418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3418

Black with #AD3418

Text Example


Text Example

White with #AD3418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3418; }

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

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

background-color css

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

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

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

border-color css

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

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

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