Html Css Color HEX #AD491A Rust

📋 copy color: '#AD491A'

red 173 ◦ green 73 ◦ blue 26

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

Shades of Rust #AD491A

Tints of Rust #AD491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 63.6%
G = 26.84%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD491A (or 0xAD491A) is known color: Rust. HEX triplet: AD, 49 and 1A. RGB value is (173,73,26). Sum of RGB (Red+Green+Blue) = 173+73+26=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD491A is #52B6E5. Grayscale: #616161. Windows color (decimal): -5420774 or 1722797. OLE color: 1722797.

HSL color Cylindrical-coordinate representation of color #AD491A: hue angle of 19.18º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD491A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 26 -
CMYK 0 0.58 0.85 0.32
HSL 19.18º 0.74% 0.39% -
HSV(B) 19.18º 0.85% 0.68% -
XYZ 19.8 13.72 2.58 -
YUV 97.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 173 73 26 0 0.58 0.85 0.32 19.18 0.74 0.39
Hex AD 49 1A 0 3A 55 20 13 4A 27
Octal 255 111 32 0 72 125 40 23 112 47
Binary 10101101 1001001 11010 0 111010 1010101 100000 10011 1001010 100111

Color Harmonies of #AD491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD491A

Black with #AD491A

Text Example


Text Example

White with #AD491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD491A; }

 p { color: rgb(173,73,26); }

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

background-color css

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

 a { background-color: rgb(173,73,26); }

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

border-color css

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

 span { border-color: rgb(173,73,26); }

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