Html Css Color HEX #AC500D Rust

📋 copy color: '#AC500D'

red 172 ◦ green 80 ◦ blue 13

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

Shades of Rust #AC500D

Tints of Rust #AC500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 64.91%
G = 30.19%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC500D (or 0xAC500D) is known color: Rust. HEX triplet: AC, 50 and 0D. RGB value is (172,80,13). Sum of RGB (Red+Green+Blue) = 172+80+13=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC500D is #53AFF2. Grayscale: #646464. Windows color (decimal): -5484531 or 872620. OLE color: 872620.

HSL color Cylindrical-coordinate representation of color #AC500D: hue angle of 25.28º 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 #AC500D is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 80 13 -
CMYK 0 0.53 0.92 0.33
HSL 25.28º 0.86% 0.36% -
HSV(B) 25.28º 0.92% 0.67% -
XYZ 19.95 14.54 2.13 -
YUV 99.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 172 80 13 0 0.53 0.92 0.33 25.28 0.86 0.36
Hex AC 50 D 0 35 5C 21 19 56 24
Octal 254 120 15 0 65 134 41 31 126 44
Binary 10101100 1010000 1101 0 110101 1011100 100001 11001 1010110 100100

Color Harmonies of #AC500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC500D

Black with #AC500D

Text Example


Text Example

White with #AC500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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