Html Css Color HEX #AC2C0E Rust

📋 copy color: '#AC2C0E'

red 172 ◦ green 44 ◦ blue 14

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

Shades of Rust #AC2C0E

Tints of Rust #AC2C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 74.78%
G = 19.13%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC2C0E (or 0xAC2C0E) is known color: Rust. HEX triplet: AC, 2C and 0E. RGB value is (172,44,14). Sum of RGB (Red+Green+Blue) = 172+44+14=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C0E is #53D3F1. Grayscale: #4F4F4F. Windows color (decimal): -5493746 or 928940. OLE color: 928940.

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

Color convert

RGB 172 44 14 -
CMYK 0 0.74 0.92 0.33
HSL 11.39º 0.85% 0.36% -
HSV(B) 11.39º 0.92% 0.67% -
XYZ 17.99 10.6 1.51 -
YUV 78.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 172 44 14 0 0.74 0.92 0.33 11.39 0.85 0.36
Hex AC 2C E 0 4A 5C 21 B 55 24
Octal 254 54 16 0 112 134 41 13 125 44
Binary 10101100 101100 1110 0 1001010 1011100 100001 1011 1010101 100100

Color Harmonies of #AC2C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C0E

Black with #AC2C0E

Text Example


Text Example

White with #AC2C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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