Html Css Color HEX #AC370C Rust

📋 copy color: '#AC370C'

red 172 ◦ green 55 ◦ blue 12

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

Shades of Rust #AC370C

Tints of Rust #AC370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 71.97%
G = 23.01%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC370C (or 0xAC370C) is known color: Rust. HEX triplet: AC, 37 and 0C. RGB value is (172,55,12). Sum of RGB (Red+Green+Blue) = 172+55+12=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370C is #53C8F3. Grayscale: #555555. Windows color (decimal): -5490932 or 800684. OLE color: 800684.

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

Color convert

RGB 172 55 12 -
CMYK 0 0.68 0.93 0.33
HSL 16.13º 0.87% 0.36% -
HSV(B) 16.13º 0.93% 0.67% -
XYZ 18.45 11.53 1.6 -
YUV 85.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 172 55 12 0 0.68 0.93 0.33 16.13 0.87 0.36
Hex AC 37 C 0 44 5D 21 10 57 24
Octal 254 67 14 0 104 135 41 20 127 44
Binary 10101100 110111 1100 0 1000100 1011101 100001 10000 1010111 100100

Color Harmonies of #AC370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC370C

Black with #AC370C

Text Example


Text Example

White with #AC370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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