Html Css Color HEX #AD490D Rust

📋 copy color: '#AD490D'

red 173 ◦ green 73 ◦ blue 13

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

Shades of Rust #AD490D

Tints of Rust #AD490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 66.8%
G = 28.19%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD490D (or 0xAD490D) is known color: Rust. HEX triplet: AD, 49 and 0D. RGB value is (173,73,13). Sum of RGB (Red+Green+Blue) = 173+73+13=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD490D is #52B6F2. Grayscale: #606060. Windows color (decimal): -5420787 or 870829. OLE color: 870829.

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

Color convert

RGB 173 73 13 -
CMYK 0 0.58 0.92 0.32
HSL 22.5º 0.86% 0.36% -
HSV(B) 22.5º 0.92% 0.68% -
XYZ 19.69 13.68 1.98 -
YUV 96.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 173 73 13 0 0.58 0.92 0.32 22.5 0.86 0.36
Hex AD 49 D 0 3A 5C 20 16 56 24
Octal 255 111 15 0 72 134 40 26 126 44
Binary 10101101 1001001 1101 0 111010 1011100 100000 10110 1010110 100100

Color Harmonies of #AD490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD490D

Black with #AD490D

Text Example


Text Example

White with #AD490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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