Html Css Color HEX #AD3716 Rust

📋 copy color: '#AD3716'

red 173 ◦ green 55 ◦ blue 22

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

Shades of Rust #AD3716

Tints of Rust #AD3716

RGB

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

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

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

R = 69.2%
G = 22%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD3716 (or 0xAD3716) is known color: Rust. HEX triplet: AD, 37 and 16. RGB value is (173,55,22). Sum of RGB (Red+Green+Blue) = 173+55+22=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3716 is #52C8E9. Grayscale: #565656. Windows color (decimal): -5425386 or 1456045. OLE color: 1456045.

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

Color convert

RGB 173 55 22 -
CMYK 0 0.68 0.87 0.32
HSL 13.11º 0.77% 0.38% -
HSV(B) 13.11º 0.87% 0.68% -
XYZ 18.74 11.67 2.02 -
YUV 86.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 173 55 22 0 0.68 0.87 0.32 13.11 0.77 0.38
Hex AD 37 16 0 44 57 20 D 4D 26
Octal 255 67 26 0 104 127 40 15 115 46
Binary 10101101 110111 10110 0 1000100 1010111 100000 1101 1001101 100110

Color Harmonies of #AD3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3716

Black with #AD3716

Text Example


Text Example

White with #AD3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3716; }

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

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

background-color css

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

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

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

border-color css

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

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

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