Html Css Color HEX #AC3011 Rust

📋 copy color: '#AC3011'

red 172 ◦ green 48 ◦ blue 17

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

Shades of Rust #AC3011

Tints of Rust #AC3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 72.57%
G = 20.25%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3011 (or 0xAC3011) is known color: Rust. HEX triplet: AC, 30 and 11. RGB value is (172,48,17). Sum of RGB (Red+Green+Blue) = 172+48+17=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3011 is #53CFEE. Grayscale: #515151. Windows color (decimal): -5492719 or 1126572. OLE color: 1126572.

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

Color convert

RGB 172 48 17 -
CMYK 0 0.72 0.90 0.33
HSL 12º 0.82% 0.37% -
HSV(B) 12º 0.9% 0.67% -
XYZ 18.17 10.93 1.68 -
YUV 81.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 172 48 17 0 0.72 0.90 0.33 12 0.82 0.37
Hex AC 30 11 0 48 5A 21 C 52 25
Octal 254 60 21 0 110 132 41 14 122 45
Binary 10101100 110000 10001 0 1001000 1011010 100001 1100 1010010 100101

Color Harmonies of #AC3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3011

Black with #AC3011

Text Example


Text Example

White with #AC3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3011; }

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

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

background-color css

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

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

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

border-color css

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

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

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