Html Css Color HEX #AC3712 Rust

📋 copy color: '#AC3712'

red 172 ◦ green 55 ◦ blue 18

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

Shades of Rust #AC3712

Tints of Rust #AC3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 70.2%
G = 22.45%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3712 (or 0xAC3712) is known color: Rust. HEX triplet: AC, 37 and 12. RGB value is (172,55,18). Sum of RGB (Red+Green+Blue) = 172+55+18=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3712 is #53C8ED. Grayscale: #565656. Windows color (decimal): -5490926 or 1193900. OLE color: 1193900.

HSL color Cylindrical-coordinate representation of color #AC3712: hue angle of 14.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3712 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 18 -
CMYK 0 0.68 0.90 0.33
HSL 14.42º 0.81% 0.37% -
HSV(B) 14.42º 0.9% 0.67% -
XYZ 18.49 11.55 1.83 -
YUV 85.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 172 55 18 0 0.68 0.90 0.33 14.42 0.81 0.37
Hex AC 37 12 0 44 5A 21 E 51 25
Octal 254 67 22 0 104 132 41 16 121 45
Binary 10101100 110111 10010 0 1000100 1011010 100001 1110 1010001 100101

Color Harmonies of #AC3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3712

Black with #AC3712

Text Example


Text Example

White with #AC3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3712; }

 p { color: rgb(172,55,18); }

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

background-color css

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

 a { background-color: rgb(172,55,18); }

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

border-color css

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

 span { border-color: rgb(172,55,18); }

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