Html Css Color HEX #AC2B0C Rust

📋 copy color: '#AC2B0C'

red 172 ◦ green 43 ◦ blue 12

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

Shades of Rust #AC2B0C

Tints of Rust #AC2B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

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

R = 75.77%
G = 18.94%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC2B0C (or 0xAC2B0C) is known color: Rust. HEX triplet: AC, 2B and 0C. RGB value is (172,43,12). Sum of RGB (Red+Green+Blue) = 172+43+12=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B0C is #53D4F3. Grayscale: #4E4E4E. Windows color (decimal): -5494004 or 797612. OLE color: 797612.

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

Color convert

RGB 172 43 12 -
CMYK 0 0.75 0.93 0.33
HSL 11.63º 0.87% 0.36% -
HSV(B) 11.63º 0.93% 0.67% -
XYZ 17.94 10.52 1.43 -
YUV 78.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 172 43 12 0 0.75 0.93 0.33 11.63 0.87 0.36
Hex AC 2B C 0 4B 5D 21 C 57 24
Octal 254 53 14 0 113 135 41 14 127 44
Binary 10101100 101011 1100 0 1001011 1011101 100001 1100 1010111 100100

Color Harmonies of #AC2B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B0C

Black with #AC2B0C

Text Example


Text Example

White with #AC2B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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