Html Css Color HEX #AC320D Rust

📋 copy color: '#AC320D'

red 172 ◦ green 50 ◦ blue 13

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

Shades of Rust #AC320D

Tints of Rust #AC320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 73.19%
G = 21.28%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC320D (or 0xAC320D) is known color: Rust. HEX triplet: AC, 32 and 0D. RGB value is (172,50,13). Sum of RGB (Red+Green+Blue) = 172+50+13=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC320D is #53CDF2. Grayscale: #525252. Windows color (decimal): -5492211 or 864940. OLE color: 864940.

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

Color convert

RGB 172 50 13 -
CMYK 0 0.71 0.92 0.33
HSL 13.96º 0.86% 0.36% -
HSV(B) 13.96º 0.92% 0.67% -
XYZ 18.23 11.08 1.56 -
YUV 82.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 172 50 13 0 0.71 0.92 0.33 13.96 0.86 0.36
Hex AC 32 D 0 47 5C 21 E 56 24
Octal 254 62 15 0 107 134 41 16 126 44
Binary 10101100 110010 1101 0 1000111 1011100 100001 1110 1010110 100100

Color Harmonies of #AC320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC320D

Black with #AC320D

Text Example


Text Example

White with #AC320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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