Html Css Color HEX #AD4C13 Rust

📋 copy color: '#AD4C13'

red 173 ◦ green 76 ◦ blue 19

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

Shades of Rust #AD4C13

Tints of Rust #AD4C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

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

R = 64.55%
G = 28.36%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD4C13 (or 0xAD4C13) is known color: Rust. HEX triplet: AD, 4C and 13. RGB value is (173,76,19). Sum of RGB (Red+Green+Blue) = 173+76+19=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C13 is #52B3EC. Grayscale: #626262. Windows color (decimal): -5420013 or 1264813. OLE color: 1264813.

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

Color convert

RGB 173 76 19 -
CMYK 0 0.56 0.89 0.32
HSL 22.21º 0.8% 0.38% -
HSV(B) 22.21º 0.89% 0.68% -
XYZ 19.94 14.1 2.29 -
YUV 98.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 173 76 19 0 0.56 0.89 0.32 22.21 0.8 0.38
Hex AD 4C 13 0 38 59 20 16 50 26
Octal 255 114 23 0 70 131 40 26 120 46
Binary 10101101 1001100 10011 0 111000 1011001 100000 10110 1010000 100110

Color Harmonies of #AD4C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C13

Black with #AD4C13

Text Example


Text Example

White with #AD4C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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