Html Css Color HEX #AC2C00 Rust

📋 copy color: '#AC2C00'

red 172 ◦ green 44 ◦ blue 0

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

Shades of Rust #AC2C00

Tints of Rust #AC2C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

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

R = 79.63%
G = 20.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC2C00 (or 0xAC2C00) is known color: Rust. HEX triplet: AC, 2C and 00. RGB value is (172,44,0). Sum of RGB (Red+Green+Blue) = 172+44+0=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C00 is #53D3FF. Grayscale: #4D4D4D. Windows color (decimal): -5493760 or 11436. OLE color: 11436.

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

Color convert

RGB 172 44 0 -
CMYK 0 0.74 1 0.33
HSL 15.35º 1% 0.34% -
HSV(B) 15.35º 1% 0.67% -
XYZ 17.91 10.57 1.1 -
YUV 77.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 172 44 0 0 0.74 1 0.33 15.35 1 0.34
Hex AC 2C 0 0 4A 64 21 F 64 22
Octal 254 54 0 0 112 144 41 17 144 42
Binary 10101100 101100 0 0 1001010 1100100 100001 1111 1100100 100010

Color Harmonies of #AC2C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C00

Black with #AC2C00

Text Example


Text Example

White with #AC2C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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