Html Css Color HEX #AC2C0C Rust

📋 copy color: '#AC2C0C'

red 172 ◦ green 44 ◦ blue 12

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

Shades of Rust #AC2C0C

Tints of Rust #AC2C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 75.44%
G = 19.3%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC2C0C (or 0xAC2C0C) is known color: Rust. HEX triplet: AC, 2C and 0C. RGB value is (172,44,12). Sum of RGB (Red+Green+Blue) = 172+44+12=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C0C is #53D3F3. Grayscale: #4E4E4E. Windows color (decimal): -5493748 or 797868. OLE color: 797868.

HSL color Cylindrical-coordinate representation of color #AC2C0C: hue angle of 12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC2C0C is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 44 12 -
CMYK 0 0.74 0.93 0.33
HSL 12º 0.87% 0.36% -
HSV(B) 12º 0.93% 0.67% -
XYZ 17.98 10.6 1.45 -
YUV 78.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 172 44 12 0 0.74 0.93 0.33 12 0.87 0.36
Hex AC 2C C 0 4A 5D 21 C 57 24
Octal 254 54 14 0 112 135 41 14 127 44
Binary 10101100 101100 1100 0 1001010 1011101 100001 1100 1010111 100100

Color Harmonies of #AC2C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C0C

Black with #AC2C0C

Text Example


Text Example

White with #AC2C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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