Html Css Color HEX #AD3718 Rust

📋 copy color: '#AD3718'

red 173 ◦ green 55 ◦ blue 24

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

Shades of Rust #AD3718

Tints of Rust #AD3718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 68.65%
G = 21.83%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3718 (or 0xAD3718) is known color: Rust. HEX triplet: AD, 37 and 18. RGB value is (173,55,24). Sum of RGB (Red+Green+Blue) = 173+55+24=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3718 is #52C8E7. Grayscale: #565656. Windows color (decimal): -5425384 or 1587117. OLE color: 1587117.

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

Color convert

RGB 173 55 24 -
CMYK 0 0.68 0.86 0.32
HSL 12.48º 0.76% 0.39% -
HSV(B) 12.48º 0.86% 0.68% -
XYZ 18.76 11.68 2.13 -
YUV 86.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 173 55 24 0 0.68 0.86 0.32 12.48 0.76 0.39
Hex AD 37 18 0 44 56 20 C 4C 27
Octal 255 67 30 0 104 126 40 14 114 47
Binary 10101101 110111 11000 0 1000100 1010110 100000 1100 1001100 100111

Color Harmonies of #AD3718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3718

Black with #AD3718

Text Example


Text Example

White with #AD3718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3718; }

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

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

background-color css

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

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

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

border-color css

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

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

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