Html Css Color HEX #AC391B Rust

📋 copy color: '#AC391B'

red 172 ◦ green 57 ◦ blue 27

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

Shades of Rust #AC391B

Tints of Rust #AC391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 67.19%
G = 22.27%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC391B (or 0xAC391B) is known color: Rust. HEX triplet: AC, 39 and 1B. RGB value is (172,57,27). Sum of RGB (Red+Green+Blue) = 172+57+27=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC391B is #53C6E4. Grayscale: #585858. Windows color (decimal): -5490405 or 1784236. OLE color: 1784236.

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

Color convert

RGB 172 57 27 -
CMYK 0 0.67 0.84 0.33
HSL 12.41º 0.73% 0.39% -
HSV(B) 12.41º 0.84% 0.67% -
XYZ 18.67 11.78 2.33 -
YUV 87.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 172 57 27 0 0.67 0.84 0.33 12.41 0.73 0.39
Hex AC 39 1B 0 43 54 21 C 49 27
Octal 254 71 33 0 103 124 41 14 111 47
Binary 10101100 111001 11011 0 1000011 1010100 100001 1100 1001001 100111

Color Harmonies of #AC391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC391B

Black with #AC391B

Text Example


Text Example

White with #AC391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC391B; }

 p { color: rgb(172,57,27); }

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

background-color css

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

 a { background-color: rgb(172,57,27); }

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

border-color css

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

 span { border-color: rgb(172,57,27); }

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