Html Css Color HEX #AD3916 Rust

📋 copy color: '#AD3916'

red 173 ◦ green 57 ◦ blue 22

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

Shades of Rust #AD3916

Tints of Rust #AD3916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 68.65%
G = 22.62%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD3916 (or 0xAD3916) is known color: Rust. HEX triplet: AD, 39 and 16. RGB value is (173,57,22). Sum of RGB (Red+Green+Blue) = 173+57+22=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3916 is #52C6E9. Grayscale: #575757. Windows color (decimal): -5424874 or 1456557. OLE color: 1456557.

HSL color Cylindrical-coordinate representation of color #AD3916: hue angle of 13.91º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD3916 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 57 22 -
CMYK 0 0.67 0.87 0.32
HSL 13.91º 0.77% 0.38% -
HSV(B) 13.91º 0.87% 0.68% -
XYZ 18.84 11.87 2.06 -
YUV 87.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 173 57 22 0 0.67 0.87 0.32 13.91 0.77 0.38
Hex AD 39 16 0 43 57 20 E 4D 26
Octal 255 71 26 0 103 127 40 16 115 46
Binary 10101101 111001 10110 0 1000011 1010111 100000 1110 1001101 100110

Color Harmonies of #AD3916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3916

Black with #AD3916

Text Example


Text Example

White with #AD3916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3916; }

 p { color: rgb(173,57,22); }

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

background-color css

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

 a { background-color: rgb(173,57,22); }

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

border-color css

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

 span { border-color: rgb(173,57,22); }

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