Html Css Color HEX #AC340C Rust

📋 copy color: '#AC340C'

red 172 ◦ green 52 ◦ blue 12

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

Shades of Rust #AC340C

Tints of Rust #AC340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 72.88%
G = 22.03%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC340C (or 0xAC340C) is known color: Rust. HEX triplet: AC, 34 and 0C. RGB value is (172,52,12). Sum of RGB (Red+Green+Blue) = 172+52+12=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC340C is #53CBF3. Grayscale: #535353. Windows color (decimal): -5491700 or 799916. OLE color: 799916.

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

Color convert

RGB 172 52 12 -
CMYK 0 0.70 0.93 0.33
HSL 15º 0.87% 0.36% -
HSV(B) 15º 0.93% 0.67% -
XYZ 18.31 11.25 1.55 -
YUV 83.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 172 52 12 0 0.70 0.93 0.33 15 0.87 0.36
Hex AC 34 C 0 46 5D 21 F 57 24
Octal 254 64 14 0 106 135 41 17 127 44
Binary 10101100 110100 1100 0 1000110 1011101 100001 1111 1010111 100100

Color Harmonies of #AC340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC340C

Black with #AC340C

Text Example


Text Example

White with #AC340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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