Html Css Color HEX #AC3700 Rust

📋 copy color: '#AC3700'

red 172 ◦ green 55 ◦ blue 0

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

Shades of Rust #AC3700

Tints of Rust #AC3700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.77%
G = 24.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC3700 (or 0xAC3700) is known color: Rust. HEX triplet: AC, 37 and 00. RGB value is (172,55,0). Sum of RGB (Red+Green+Blue) = 172+55+0=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3700 is #53C8FF. Grayscale: #545454. Windows color (decimal): -5490944 or 14252. OLE color: 14252.

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

Color convert

RGB 172 55 0 -
CMYK 0 0.68 1 0.33
HSL 19.19º 1% 0.34% -
HSV(B) 19.19º 1% 0.67% -
XYZ 18.38 11.5 1.25 -
YUV 83.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 172 55 0 0 0.68 1 0.33 19.19 1 0.34
Hex AC 37 0 0 44 64 21 13 64 22
Octal 254 67 0 0 104 144 41 23 144 42
Binary 10101100 110111 0 0 1000100 1100100 100001 10011 1100100 100010

Color Harmonies of #AC3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3700

Black with #AC3700

Text Example


Text Example

White with #AC3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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