Html Css Color HEX #AC2D0C Rust

📋 copy color: '#AC2D0C'

red 172 ◦ green 45 ◦ blue 12

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

Shades of Rust #AC2D0C

Tints of Rust #AC2D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 75.11%
G = 19.65%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC2D0C (or 0xAC2D0C) is known color: Rust. HEX triplet: AC, 2D and 0C. RGB value is (172,45,12). Sum of RGB (Red+Green+Blue) = 172+45+12=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D0C is #53D2F3. Grayscale: #4F4F4F. Windows color (decimal): -5493492 or 798124. OLE color: 798124.

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

Color convert

RGB 172 45 12 -
CMYK 0 0.74 0.93 0.33
HSL 12.38º 0.87% 0.36% -
HSV(B) 12.38º 0.93% 0.67% -
XYZ 18.02 10.67 1.46 -
YUV 79.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 172 45 12 0 0.74 0.93 0.33 12.38 0.87 0.36
Hex AC 2D C 0 4A 5D 21 C 57 24
Octal 254 55 14 0 112 135 41 14 127 44
Binary 10101100 101101 1100 0 1001010 1011101 100001 1100 1010111 100100

Color Harmonies of #AC2D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2D0C

Black with #AC2D0C

Text Example


Text Example

White with #AC2D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2D0C; }

 p { color: rgb(172,45,12); }

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

background-color css

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

 a { background-color: rgb(172,45,12); }

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

border-color css

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

 span { border-color: rgb(172,45,12); }

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