Html Css Color HEX #AC2A04 Rust

📋 copy color: '#AC2A04'

red 172 ◦ green 42 ◦ blue 4

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

Shades of Rust #AC2A04

Tints of Rust #AC2A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.27%

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

R = 78.9%
G = 19.27%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC2A04 (or 0xAC2A04) is known color: Rust. HEX triplet: AC, 2A and 04. RGB value is (172,42,4). Sum of RGB (Red+Green+Blue) = 172+42+4=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A04 is #53D5FB. Grayscale: #4C4C4C. Windows color (decimal): -5494268 or 273068. OLE color: 273068.

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

Color convert

RGB 172 42 4 -
CMYK 0 0.76 0.98 0.33
HSL 13.57º 0.95% 0.35% -
HSV(B) 13.57º 0.98% 0.67% -
XYZ 17.86 10.44 1.19 -
YUV 76.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 172 42 4 0 0.76 0.98 0.33 13.57 0.95 0.35
Hex AC 2A 4 0 4C 62 21 E 5F 23
Octal 254 52 4 0 114 142 41 16 137 43
Binary 10101100 101010 100 0 1001100 1100010 100001 1110 1011111 100011

Color Harmonies of #AC2A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A04

Black with #AC2A04

Text Example


Text Example

White with #AC2A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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