Html Css Color HEX #AD490C Rust

📋 copy color: '#AD490C'

red 173 ◦ green 73 ◦ blue 12

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

Shades of Rust #AD490C

Tints of Rust #AD490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 67.05%
G = 28.29%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD490C (or 0xAD490C) is known color: Rust. HEX triplet: AD, 49 and 0C. RGB value is (173,73,12). Sum of RGB (Red+Green+Blue) = 173+73+12=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD490C is #52B6F3. Grayscale: #606060. Windows color (decimal): -5420788 or 805293. OLE color: 805293.

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

Color convert

RGB 173 73 12 -
CMYK 0 0.58 0.93 0.32
HSL 22.73º 0.87% 0.36% -
HSV(B) 22.73º 0.93% 0.68% -
XYZ 19.68 13.68 1.95 -
YUV 95.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 173 73 12 0 0.58 0.93 0.32 22.73 0.87 0.36
Hex AD 49 C 0 3A 5D 20 17 57 24
Octal 255 111 14 0 72 135 40 27 127 44
Binary 10101101 1001001 1100 0 111010 1011101 100000 10111 1010111 100100

Color Harmonies of #AD490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD490C

Black with #AD490C

Text Example


Text Example

White with #AD490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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