Html Css Color HEX #AD4413 Rust

📋 copy color: '#AD4413'

red 173 ◦ green 68 ◦ blue 19

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

Shades of Rust #AD4413

Tints of Rust #AD4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 66.54%
G = 26.15%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD4413 (or 0xAD4413) is known color: Rust. HEX triplet: AD, 44 and 13. RGB value is (173,68,19). Sum of RGB (Red+Green+Blue) = 173+68+19=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4413 is #52BBEC. Grayscale: #5E5E5E. Windows color (decimal): -5422061 or 1262765. OLE color: 1262765.

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

Color convert

RGB 173 68 19 -
CMYK 0 0.61 0.89 0.32
HSL 19.09º 0.8% 0.38% -
HSV(B) 19.09º 0.89% 0.68% -
XYZ 19.42 13.07 2.11 -
YUV 93.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 173 68 19 0 0.61 0.89 0.32 19.09 0.8 0.38
Hex AD 44 13 0 3D 59 20 13 50 26
Octal 255 104 23 0 75 131 40 23 120 46
Binary 10101101 1000100 10011 0 111101 1011001 100000 10011 1010000 100110

Color Harmonies of #AD4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4413

Black with #AD4413

Text Example


Text Example

White with #AD4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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