Html Css Color HEX #AC490D Rust

📋 copy color: '#AC490D'

red 172 ◦ green 73 ◦ blue 13

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

Shades of Rust #AC490D

Tints of Rust #AC490D

RGB

 RED value IS 172 (67.58% from 255) = 66.67%

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

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

R = 66.67%
G = 28.29%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC490D (or 0xAC490D) is known color: Rust. HEX triplet: AC, 49 and 0D. RGB value is (172,73,13). Sum of RGB (Red+Green+Blue) = 172+73+13=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC490D is #53B6F2. Grayscale: #606060. Windows color (decimal): -5486323 or 870828. OLE color: 870828.

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

Color convert

RGB 172 73 13 -
CMYK 0 0.58 0.92 0.33
HSL 22.64º 0.86% 0.36% -
HSV(B) 22.64º 0.92% 0.67% -
XYZ 19.47 13.56 1.97 -
YUV 95.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 172 73 13 0 0.58 0.92 0.33 22.64 0.86 0.36
Hex AC 49 D 0 3A 5C 21 17 56 24
Octal 254 111 15 0 72 134 41 27 126 44
Binary 10101100 1001001 1101 0 111010 1011100 100001 10111 1010110 100100

Color Harmonies of #AC490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC490D

Black with #AC490D

Text Example


Text Example

White with #AC490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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