Html Css Color HEX #AD3713 Rust

📋 copy color: '#AD3713'

red 173 ◦ green 55 ◦ blue 19

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

Shades of Rust #AD3713

Tints of Rust #AD3713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 70.04%
G = 22.27%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD3713 (or 0xAD3713) is known color: Rust. HEX triplet: AD, 37 and 13. RGB value is (173,55,19). Sum of RGB (Red+Green+Blue) = 173+55+19=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3713 is #52C8EC. Grayscale: #565656. Windows color (decimal): -5425389 or 1259437. OLE color: 1259437.

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

Color convert

RGB 173 55 19 -
CMYK 0 0.68 0.89 0.32
HSL 14.03º 0.8% 0.38% -
HSV(B) 14.03º 0.89% 0.68% -
XYZ 18.72 11.66 1.88 -
YUV 86.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 173 55 19 0 0.68 0.89 0.32 14.03 0.8 0.38
Hex AD 37 13 0 44 59 20 E 50 26
Octal 255 67 23 0 104 131 40 16 120 46
Binary 10101101 110111 10011 0 1000100 1011001 100000 1110 1010000 100110

Color Harmonies of #AD3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3713

Black with #AD3713

Text Example


Text Example

White with #AD3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3713; }

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

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

background-color css

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

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

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

border-color css

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

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

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