Html Css Color HEX #A9490C Rust

📋 copy color: '#A9490C'

red 169 ◦ green 73 ◦ blue 12

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

Shades of Rust #A9490C

Tints of Rust #A9490C

RGB

 RED value IS 169 (66.41% from 255) = 66.54%

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

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

R = 66.54%
G = 28.74%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9490C (or 0xA9490C) is known color: Rust. HEX triplet: A9, 49 and 0C. RGB value is (169,73,12). Sum of RGB (Red+Green+Blue) = 169+73+12=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9490C is #56B6F3. Grayscale: #5F5F5F. Windows color (decimal): -5682932 or 805289. OLE color: 805289.

HSL color Cylindrical-coordinate representation of color #A9490C: hue angle of 23.31º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9490C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 12 -
CMYK 0 0.57 0.93 0.34
HSL 23.31º 0.87% 0.35% -
HSV(B) 23.31º 0.93% 0.66% -
XYZ 18.81 13.23 1.91 -
YUV 94.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 169 73 12 0 0.57 0.93 0.34 23.31 0.87 0.35
Hex A9 49 C 0 39 5D 22 17 57 23
Octal 251 111 14 0 71 135 42 27 127 43
Binary 10101001 1001001 1100 0 111001 1011101 100010 10111 1010111 100011

Color Harmonies of #A9490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9490C

Black with #A9490C

Text Example


Text Example

White with #A9490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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