Html Css Color HEX #AC3214 Rust

📋 copy color: '#AC3214'

red 172 ◦ green 50 ◦ blue 20

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

Shades of Rust #AC3214

Tints of Rust #AC3214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 71.07%
G = 20.66%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3214 (or 0xAC3214) is known color: Rust. HEX triplet: AC, 32 and 14. RGB value is (172,50,20). Sum of RGB (Red+Green+Blue) = 172+50+20=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3214 is #53CDEB. Grayscale: #535353. Windows color (decimal): -5492204 or 1323692. OLE color: 1323692.

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

Color convert

RGB 172 50 20 -
CMYK 0 0.71 0.88 0.33
HSL 11.84º 0.79% 0.38% -
HSV(B) 11.84º 0.88% 0.67% -
XYZ 18.28 11.1 1.84 -
YUV 83.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 172 50 20 0 0.71 0.88 0.33 11.84 0.79 0.38
Hex AC 32 14 0 47 58 21 C 4F 26
Octal 254 62 24 0 107 130 41 14 117 46
Binary 10101100 110010 10100 0 1000111 1011000 100001 1100 1001111 100110

Color Harmonies of #AC3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3214

Black with #AC3214

Text Example


Text Example

White with #AC3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3214; }

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

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

background-color css

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

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

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

border-color css

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

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

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