Html Css Color HEX #AC3218 Rust

📋 copy color: '#AC3218'

red 172 ◦ green 50 ◦ blue 24

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

Shades of Rust #AC3218

Tints of Rust #AC3218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 69.92%
G = 20.33%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC3218 (or 0xAC3218) is known color: Rust. HEX triplet: AC, 32 and 18. RGB value is (172,50,24). Sum of RGB (Red+Green+Blue) = 172+50+24=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3218 is #53CDE7. Grayscale: #535353. Windows color (decimal): -5492200 or 1585836. OLE color: 1585836.

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

Color convert

RGB 172 50 24 -
CMYK 0 0.71 0.86 0.33
HSL 10.54º 0.76% 0.38% -
HSV(B) 10.54º 0.86% 0.67% -
XYZ 18.32 11.12 2.04 -
YUV 83.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 172 50 24 0 0.71 0.86 0.33 10.54 0.76 0.38
Hex AC 32 18 0 47 56 21 B 4C 26
Octal 254 62 30 0 107 126 41 13 114 46
Binary 10101100 110010 11000 0 1000111 1010110 100001 1011 1001100 100110

Color Harmonies of #AC3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3218

Black with #AC3218

Text Example


Text Example

White with #AC3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3218; }

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

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

background-color css

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

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

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

border-color css

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

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

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