Html Css Color HEX #AC3616 Rust

📋 copy color: '#AC3616'

red 172 ◦ green 54 ◦ blue 22

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

Shades of Rust #AC3616

Tints of Rust #AC3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 69.35%
G = 21.77%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC3616 (or 0xAC3616) is known color: Rust. HEX triplet: AC, 36 and 16. RGB value is (172,54,22). Sum of RGB (Red+Green+Blue) = 172+54+22=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3616 is #53C9E9. Grayscale: #555555. Windows color (decimal): -5491178 or 1455788. OLE color: 1455788.

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

Color convert

RGB 172 54 22 -
CMYK 0 0.69 0.87 0.33
HSL 12.8º 0.77% 0.38% -
HSV(B) 12.8º 0.87% 0.67% -
XYZ 18.48 11.47 2 -
YUV 85.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 172 54 22 0 0.69 0.87 0.33 12.8 0.77 0.38
Hex AC 36 16 0 45 57 21 D 4D 26
Octal 254 66 26 0 105 127 41 15 115 46
Binary 10101100 110110 10110 0 1000101 1010111 100001 1101 1001101 100110

Color Harmonies of #AC3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3616

Black with #AC3616

Text Example


Text Example

White with #AC3616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3616; }

 p { color: rgb(172,54,22); }

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

background-color css

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

 a { background-color: rgb(172,54,22); }

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

border-color css

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

 span { border-color: rgb(172,54,22); }

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