Html Css Color HEX #AC2C06 Rust

📋 copy color: '#AC2C06'

red 172 ◦ green 44 ◦ blue 6

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

Shades of Rust #AC2C06

Tints of Rust #AC2C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 77.48%
G = 19.82%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC2C06 (or 0xAC2C06) is known color: Rust. HEX triplet: AC, 2C and 06. RGB value is (172,44,6). Sum of RGB (Red+Green+Blue) = 172+44+6=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C06 is #53D3F9. Grayscale: #4E4E4E. Windows color (decimal): -5493754 or 404652. OLE color: 404652.

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

Color convert

RGB 172 44 6 -
CMYK 0 0.74 0.97 0.33
HSL 13.73º 0.93% 0.35% -
HSV(B) 13.73º 0.97% 0.67% -
XYZ 17.95 10.59 1.27 -
YUV 77.94 87.41 195.09 -
System Red Green Blue C M Y K H S L
Decimal 172 44 6 0 0.74 0.97 0.33 13.73 0.93 0.35
Hex AC 2C 6 0 4A 61 21 E 5D 23
Octal 254 54 6 0 112 141 41 16 135 43
Binary 10101100 101100 110 0 1001010 1100001 100001 1110 1011101 100011

Color Harmonies of #AC2C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C06

Black with #AC2C06

Text Example


Text Example

White with #AC2C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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