Html Css Color HEX #AC510B Rust

📋 copy color: '#AC510B'

red 172 ◦ green 81 ◦ blue 11

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

Shades of Rust #AC510B

Tints of Rust #AC510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 65.15%
G = 30.68%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC510B (or 0xAC510B) is known color: Rust. HEX triplet: AC, 51 and 0B. RGB value is (172,81,11). Sum of RGB (Red+Green+Blue) = 172+81+11=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC510B is #53AEF4. Grayscale: #646464. Windows color (decimal): -5484277 or 741804. OLE color: 741804.

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

Color convert

RGB 172 81 11 -
CMYK 0 0.53 0.94 0.33
HSL 26.09º 0.88% 0.36% -
HSV(B) 26.09º 0.94% 0.67% -
XYZ 20.02 14.68 2.1 -
YUV 100.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 172 81 11 0 0.53 0.94 0.33 26.09 0.88 0.36
Hex AC 51 B 0 35 5E 21 1A 58 24
Octal 254 121 13 0 65 136 41 32 130 44
Binary 10101100 1010001 1011 0 110101 1011110 100001 11010 1011000 100100

Color Harmonies of #AC510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC510B

Black with #AC510B

Text Example


Text Example

White with #AC510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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