Html Css Color HEX #AC510D Rust

📋 copy color: '#AC510D'

red 172 ◦ green 81 ◦ blue 13

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

Shades of Rust #AC510D

Tints of Rust #AC510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 64.66%
G = 30.45%
B = 4.89%

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

#AC510D (or 0xAC510D) is known color: Rust. HEX triplet: AC, 51 and 0D. RGB value is (172,81,13). Sum of RGB (Red+Green+Blue) = 172+81+13=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC510D is #53AEF2. Grayscale: #646464. Windows color (decimal): -5484275 or 872876. OLE color: 872876.

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

Color convert

RGB 172 81 13 -
CMYK 0 0.53 0.92 0.33
HSL 25.66º 0.86% 0.36% -
HSV(B) 25.66º 0.92% 0.67% -
XYZ 20.03 14.68 2.16 -
YUV 100.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 172 81 13 0 0.53 0.92 0.33 25.66 0.86 0.36
Hex AC 51 D 0 35 5C 21 1A 56 24
Octal 254 121 15 0 65 134 41 32 126 44
Binary 10101100 1010001 1101 0 110101 1011100 100001 11010 1010110 100100

Color Harmonies of #AC510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC510D

Black with #AC510D

Text Example


Text Example

White with #AC510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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