Html Css Color HEX #AC4D0C Rust

📋 copy color: '#AC4D0C'

red 172 ◦ green 77 ◦ blue 12

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

Shades of Rust #AC4D0C

Tints of Rust #AC4D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

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

R = 65.9%
G = 29.5%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC4D0C (or 0xAC4D0C) is known color: Rust. HEX triplet: AC, 4D and 0C. RGB value is (172,77,12). Sum of RGB (Red+Green+Blue) = 172+77+12=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D0C is #53B2F3. Grayscale: #626262. Windows color (decimal): -5485300 or 806316. OLE color: 806316.

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

Color convert

RGB 172 77 12 -
CMYK 0 0.55 0.93 0.33
HSL 24.38º 0.87% 0.36% -
HSV(B) 24.38º 0.93% 0.67% -
XYZ 19.73 14.1 2.03 -
YUV 98 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 172 77 12 0 0.55 0.93 0.33 24.38 0.87 0.36
Hex AC 4D C 0 37 5D 21 18 57 24
Octal 254 115 14 0 67 135 41 30 127 44
Binary 10101100 1001101 1100 0 110111 1011101 100001 11000 1010111 100100

Color Harmonies of #AC4D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D0C

Black with #AC4D0C

Text Example


Text Example

White with #AC4D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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