Html Css Color HEX #AC370D Rust

📋 copy color: '#AC370D'

red 172 ◦ green 55 ◦ blue 13

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

Shades of Rust #AC370D

Tints of Rust #AC370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 71.67%
G = 22.92%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC370D (or 0xAC370D) is known color: Rust. HEX triplet: AC, 37 and 0D. RGB value is (172,55,13). Sum of RGB (Red+Green+Blue) = 172+55+13=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370D is #53C8F2. Grayscale: #555555. Windows color (decimal): -5490931 or 866220. OLE color: 866220.

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

Color convert

RGB 172 55 13 -
CMYK 0 0.68 0.92 0.33
HSL 15.85º 0.86% 0.36% -
HSV(B) 15.85º 0.92% 0.67% -
XYZ 18.45 11.53 1.63 -
YUV 85.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 172 55 13 0 0.68 0.92 0.33 15.85 0.86 0.36
Hex AC 37 D 0 44 5C 21 10 56 24
Octal 254 67 15 0 104 134 41 20 126 44
Binary 10101100 110111 1101 0 1000100 1011100 100001 10000 1010110 100100

Color Harmonies of #AC370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC370D

Black with #AC370D

Text Example


Text Example

White with #AC370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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