Html Css Color HEX #AC2200 Rust

📋 copy color: '#AC2200'

red 172 ◦ green 34 ◦ blue 0

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

Shades of Rust #AC2200

Tints of Rust #AC2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.5%
G = 16.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC2200 (or 0xAC2200) is known color: Rust. HEX triplet: AC, 22 and 00. RGB value is (172,34,0). Sum of RGB (Red+Green+Blue) = 172+34+0=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2200 is #53DDFF. Grayscale: #474747. Windows color (decimal): -5496320 or 8876. OLE color: 8876.

HSL color Cylindrical-coordinate representation of color #AC2200: hue angle of 11.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC2200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 34 0 -
CMYK 0 0.80 1 0.33
HSL 11.86º 1% 0.34% -
HSV(B) 11.86º 1% 0.67% -
XYZ 17.59 9.91 0.99 -
YUV 71.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 172 34 0 0 0.80 1 0.33 11.86 1 0.34
Hex AC 22 0 0 50 64 21 C 64 22
Octal 254 42 0 0 120 144 41 14 144 42
Binary 10101100 100010 0 0 1010000 1100100 100001 1100 1100100 100010

Color Harmonies of #AC2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2200

Black with #AC2200

Text Example


Text Example

White with #AC2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2200; }

 p { color: rgb(172,34,0); }

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

background-color css

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

 a { background-color: rgb(172,34,0); }

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

border-color css

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

 span { border-color: rgb(172,34,0); }

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