Html Css Color HEX #AC391A Rust

📋 copy color: '#AC391A'

red 172 ◦ green 57 ◦ blue 26

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

Shades of Rust #AC391A

Tints of Rust #AC391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 67.45%
G = 22.35%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC391A (or 0xAC391A) is known color: Rust. HEX triplet: AC, 39 and 1A. RGB value is (172,57,26). Sum of RGB (Red+Green+Blue) = 172+57+26=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC391A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC391A is #53C6E5. Grayscale: #585858. Windows color (decimal): -5490406 or 1718700. OLE color: 1718700.

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

Color convert

RGB 172 57 26 -
CMYK 0 0.67 0.85 0.33
HSL 12.74º 0.74% 0.39% -
HSV(B) 12.74º 0.85% 0.67% -
XYZ 18.66 11.77 2.27 -
YUV 87.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 172 57 26 0 0.67 0.85 0.33 12.74 0.74 0.39
Hex AC 39 1A 0 43 55 21 D 4A 27
Octal 254 71 32 0 103 125 41 15 112 47
Binary 10101100 111001 11010 0 1000011 1010101 100001 1101 1001010 100111

Color Harmonies of #AC391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC391A

Black with #AC391A

Text Example


Text Example

White with #AC391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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