Html Css Color HEX #AC3211 Rust

📋 copy color: '#AC3211'

red 172 ◦ green 50 ◦ blue 17

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

Shades of Rust #AC3211

Tints of Rust #AC3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 71.97%
G = 20.92%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3211 (or 0xAC3211) is known color: Rust. HEX triplet: AC, 32 and 11. RGB value is (172,50,17). Sum of RGB (Red+Green+Blue) = 172+50+17=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3211 is #53CDEE. Grayscale: #525252. Windows color (decimal): -5492207 or 1127084. OLE color: 1127084.

HSL color Cylindrical-coordinate representation of color #AC3211: hue angle of 12.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3211 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 17 -
CMYK 0 0.71 0.90 0.33
HSL 12.77º 0.82% 0.37% -
HSV(B) 12.77º 0.9% 0.67% -
XYZ 18.26 11.09 1.71 -
YUV 82.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 172 50 17 0 0.71 0.90 0.33 12.77 0.82 0.37
Hex AC 32 11 0 47 5A 21 D 52 25
Octal 254 62 21 0 107 132 41 15 122 45
Binary 10101100 110010 10001 0 1000111 1011010 100001 1101 1010010 100101

Color Harmonies of #AC3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3211

Black with #AC3211

Text Example


Text Example

White with #AC3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3211; }

 p { color: rgb(172,50,17); }

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

background-color css

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

 a { background-color: rgb(172,50,17); }

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

border-color css

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

 span { border-color: rgb(172,50,17); }

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