Html Css Color HEX #AC3C11 Rust

📋 copy color: '#AC3C11'

red 172 ◦ green 60 ◦ blue 17

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

Shades of Rust #AC3C11

Tints of Rust #AC3C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

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

R = 69.08%
G = 24.1%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3C11 (or 0xAC3C11) is known color: Rust. HEX triplet: AC, 3C and 11. RGB value is (172,60,17). Sum of RGB (Red+Green+Blue) = 172+60+17=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C11 is #53C3EE. Grayscale: #585858. Windows color (decimal): -5489647 or 1129644. OLE color: 1129644.

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

Color convert

RGB 172 60 17 -
CMYK 0 0.65 0.90 0.33
HSL 16.65º 0.82% 0.37% -
HSV(B) 16.65º 0.9% 0.67% -
XYZ 18.73 12.04 1.87 -
YUV 88.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 172 60 17 0 0.65 0.90 0.33 16.65 0.82 0.37
Hex AC 3C 11 0 41 5A 21 11 52 25
Octal 254 74 21 0 101 132 41 21 122 45
Binary 10101100 111100 10001 0 1000001 1011010 100001 10001 1010010 100101

Color Harmonies of #AC3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C11

Black with #AC3C11

Text Example


Text Example

White with #AC3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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