Html Css Color HEX #AC340D Rust

📋 copy color: '#AC340D'

red 172 ◦ green 52 ◦ blue 13

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

Shades of Rust #AC340D

Tints of Rust #AC340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 72.57%
G = 21.94%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC340D (or 0xAC340D) is known color: Rust. HEX triplet: AC, 34 and 0D. RGB value is (172,52,13). Sum of RGB (Red+Green+Blue) = 172+52+13=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC340D is #53CBF2. Grayscale: #535353. Windows color (decimal): -5491699 or 865452. OLE color: 865452.

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

Color convert

RGB 172 52 13 -
CMYK 0 0.70 0.92 0.33
HSL 14.72º 0.86% 0.36% -
HSV(B) 14.72º 0.92% 0.67% -
XYZ 18.31 11.26 1.59 -
YUV 83.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 172 52 13 0 0.70 0.92 0.33 14.72 0.86 0.36
Hex AC 34 D 0 46 5C 21 F 56 24
Octal 254 64 15 0 106 134 41 17 126 44
Binary 10101100 110100 1101 0 1000110 1011100 100001 1111 1010110 100100

Color Harmonies of #AC340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC340D

Black with #AC340D

Text Example


Text Example

White with #AC340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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