Html Css Color HEX #AC3C18 Rust

📋 copy color: '#AC3C18'

red 172 ◦ green 60 ◦ blue 24

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

Shades of Rust #AC3C18

Tints of Rust #AC3C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

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

R = 67.19%
G = 23.44%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC3C18 (or 0xAC3C18) is known color: Rust. HEX triplet: AC, 3C and 18. RGB value is (172,60,24). Sum of RGB (Red+Green+Blue) = 172+60+24=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C18 is #53C3E7. Grayscale: #595959. Windows color (decimal): -5489640 or 1588396. OLE color: 1588396.

HSL color Cylindrical-coordinate representation of color #AC3C18: hue angle of 14.59º 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 #AC3C18 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 24 -
CMYK 0 0.65 0.86 0.33
HSL 14.59º 0.76% 0.38% -
HSV(B) 14.59º 0.86% 0.67% -
XYZ 18.79 12.07 2.2 -
YUV 89.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 172 60 24 0 0.65 0.86 0.33 14.59 0.76 0.38
Hex AC 3C 18 0 41 56 21 F 4C 26
Octal 254 74 30 0 101 126 41 17 114 46
Binary 10101100 111100 11000 0 1000001 1010110 100001 1111 1001100 100110

Color Harmonies of #AC3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C18

Black with #AC3C18

Text Example


Text Example

White with #AC3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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