Html Css Color HEX #AD3913 Rust

📋 copy color: '#AD3913'

red 173 ◦ green 57 ◦ blue 19

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

Shades of Rust #AD3913

Tints of Rust #AD3913

RGB

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

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

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

R = 69.48%
G = 22.89%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD3913 (or 0xAD3913) is known color: Rust. HEX triplet: AD, 39 and 13. RGB value is (173,57,19). Sum of RGB (Red+Green+Blue) = 173+57+19=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3913 is #52C6EC. Grayscale: #575757. Windows color (decimal): -5424877 or 1259949. OLE color: 1259949.

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

Color convert

RGB 173 57 19 -
CMYK 0 0.67 0.89 0.32
HSL 14.81º 0.8% 0.38% -
HSV(B) 14.81º 0.89% 0.68% -
XYZ 18.81 11.86 1.91 -
YUV 87.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 173 57 19 0 0.67 0.89 0.32 14.81 0.8 0.38
Hex AD 39 13 0 43 59 20 F 50 26
Octal 255 71 23 0 103 131 40 17 120 46
Binary 10101101 111001 10011 0 1000011 1011001 100000 1111 1010000 100110

Color Harmonies of #AD3913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3913

Black with #AD3913

Text Example


Text Example

White with #AD3913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3913; }

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

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

background-color css

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

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

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

border-color css

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

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

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