Html Css Color HEX #AD3616 Rust

📋 copy color: '#AD3616'

red 173 ◦ green 54 ◦ blue 22

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

Shades of Rust #AD3616

Tints of Rust #AD3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 69.48%
G = 21.69%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD3616 (or 0xAD3616) is known color: Rust. HEX triplet: AD, 36 and 16. RGB value is (173,54,22). Sum of RGB (Red+Green+Blue) = 173+54+22=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3616 is #52C9E9. Grayscale: #565656. Windows color (decimal): -5425642 or 1455789. OLE color: 1455789.

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

Color convert

RGB 173 54 22 -
CMYK 0 0.69 0.87 0.32
HSL 12.72º 0.77% 0.38% -
HSV(B) 12.72º 0.87% 0.68% -
XYZ 18.7 11.58 2.01 -
YUV 85.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 173 54 22 0 0.69 0.87 0.32 12.72 0.77 0.38
Hex AD 36 16 0 45 57 20 D 4D 26
Octal 255 66 26 0 105 127 40 15 115 46
Binary 10101101 110110 10110 0 1000101 1010111 100000 1101 1001101 100110

Color Harmonies of #AD3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3616

Black with #AD3616

Text Example


Text Example

White with #AD3616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3616; }

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

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

background-color css

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

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

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

border-color css

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

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

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