Html Css Color HEX #AC2A02 Rust

📋 copy color: '#AC2A02'

red 172 ◦ green 42 ◦ blue 2

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

Shades of Rust #AC2A02

Tints of Rust #AC2A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 79.63%
G = 19.44%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2A02 (or 0xAC2A02) is known color: Rust. HEX triplet: AC, 2A and 02. RGB value is (172,42,2). Sum of RGB (Red+Green+Blue) = 172+42+2=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A02 is #53D5FD. Grayscale: #4C4C4C. Windows color (decimal): -5494270 or 141996. OLE color: 141996.

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

Color convert

RGB 172 42 2 -
CMYK 0 0.76 0.99 0.33
HSL 14.12º 0.98% 0.34% -
HSV(B) 14.12º 0.99% 0.67% -
XYZ 17.85 10.43 1.13 -
YUV 76.31 86.07 196.25 -
System Red Green Blue C M Y K H S L
Decimal 172 42 2 0 0.76 0.99 0.33 14.12 0.98 0.34
Hex AC 2A 2 0 4C 63 21 E 62 22
Octal 254 52 2 0 114 143 41 16 142 42
Binary 10101100 101010 10 0 1001100 1100011 100001 1110 1100010 100010

Color Harmonies of #AC2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A02

Black with #AC2A02

Text Example


Text Example

White with #AC2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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