Html Css Color HEX #AC2C04 Rust

📋 copy color: '#AC2C04'

red 172 ◦ green 44 ◦ blue 4

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

Shades of Rust #AC2C04

Tints of Rust #AC2C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 78.18%
G = 20%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC2C04 (or 0xAC2C04) is known color: Rust. HEX triplet: AC, 2C and 04. RGB value is (172,44,4). Sum of RGB (Red+Green+Blue) = 172+44+4=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C04 is #53D3FB. Grayscale: #4E4E4E. Windows color (decimal): -5493756 or 273580. OLE color: 273580.

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

Color convert

RGB 172 44 4 -
CMYK 0 0.74 0.98 0.33
HSL 14.29º 0.95% 0.35% -
HSV(B) 14.29º 0.98% 0.67% -
XYZ 17.94 10.58 1.21 -
YUV 77.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 172 44 4 0 0.74 0.98 0.33 14.29 0.95 0.35
Hex AC 2C 4 0 4A 62 21 E 5F 23
Octal 254 54 4 0 112 142 41 16 137 43
Binary 10101100 101100 100 0 1001010 1100010 100001 1110 1011111 100011

Color Harmonies of #AC2C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C04

Black with #AC2C04

Text Example


Text Example

White with #AC2C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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