Html Css Color HEX #AC3615 Rust

📋 copy color: '#AC3615'

red 172 ◦ green 54 ◦ blue 21

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

Shades of Rust #AC3615

Tints of Rust #AC3615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 69.64%
G = 21.86%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3615 (or 0xAC3615) is known color: Rust. HEX triplet: AC, 36 and 15. RGB value is (172,54,21). Sum of RGB (Red+Green+Blue) = 172+54+21=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3615 is #53C9EA. Grayscale: #555555. Windows color (decimal): -5491179 or 1390252. OLE color: 1390252.

HSL color Cylindrical-coordinate representation of color #AC3615: hue angle of 13.11º degrees, saturation: 0.78, 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 #AC3615 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 54 21 -
CMYK 0 0.69 0.88 0.33
HSL 13.11º 0.78% 0.38% -
HSV(B) 13.11º 0.88% 0.67% -
XYZ 18.47 11.46 1.95 -
YUV 85.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 172 54 21 0 0.69 0.88 0.33 13.11 0.78 0.38
Hex AC 36 15 0 45 58 21 D 4E 26
Octal 254 66 25 0 105 130 41 15 116 46
Binary 10101100 110110 10101 0 1000101 1011000 100001 1101 1001110 100110

Color Harmonies of #AC3615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3615

Black with #AC3615

Text Example


Text Example

White with #AC3615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3615; }

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

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

background-color css

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

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

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

border-color css

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

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

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