Html Css Color HEX #AC3210 Rust

📋 copy color: '#AC3210'

red 172 ◦ green 50 ◦ blue 16

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

Shades of Rust #AC3210

Tints of Rust #AC3210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 72.27%
G = 21.01%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC3210 (or 0xAC3210) is known color: Rust. HEX triplet: AC, 32 and 10. RGB value is (172,50,16). Sum of RGB (Red+Green+Blue) = 172+50+16=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3210 is #53CDEF. Grayscale: #525252. Windows color (decimal): -5492208 or 1061548. OLE color: 1061548.

HSL color Cylindrical-coordinate representation of color #AC3210: hue angle of 13.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC3210 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 16 -
CMYK 0 0.71 0.91 0.33
HSL 13.08º 0.83% 0.37% -
HSV(B) 13.08º 0.91% 0.67% -
XYZ 18.25 11.09 1.67 -
YUV 82.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 172 50 16 0 0.71 0.91 0.33 13.08 0.83 0.37
Hex AC 32 10 0 47 5B 21 D 53 25
Octal 254 62 20 0 107 133 41 15 123 45
Binary 10101100 110010 10000 0 1000111 1011011 100001 1101 1010011 100101

Color Harmonies of #AC3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3210

Black with #AC3210

Text Example


Text Example

White with #AC3210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3210; }

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

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

background-color css

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

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

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

border-color css

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

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

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