Html Css Color HEX #AC401C Rust

📋 copy color: '#AC401C'

red 172 ◦ green 64 ◦ blue 28

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

Shades of Rust #AC401C

Tints of Rust #AC401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 65.15%
G = 24.24%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC401C (or 0xAC401C) is known color: Rust. HEX triplet: AC, 40 and 1C. RGB value is (172,64,28). Sum of RGB (Red+Green+Blue) = 172+64+28=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC401C is #53BFE3. Grayscale: #5C5C5C. Windows color (decimal): -5488612 or 1851564. OLE color: 1851564.

HSL color Cylindrical-coordinate representation of color #AC401C: hue angle of 15º degrees, saturation: 0.72, 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 #AC401C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 28 -
CMYK 0 0.63 0.84 0.33
HSL 15º 0.72% 0.39% -
HSV(B) 15º 0.84% 0.67% -
XYZ 19.06 12.52 2.51 -
YUV 92.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 172 64 28 0 0.63 0.84 0.33 15 0.72 0.39
Hex AC 40 1C 0 3F 54 21 F 48 27
Octal 254 100 34 0 77 124 41 17 110 47
Binary 10101100 1000000 11100 0 111111 1010100 100001 1111 1001000 100111

Color Harmonies of #AC401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC401C

Black with #AC401C

Text Example


Text Example

White with #AC401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC401C; }

 p { color: rgb(172,64,28); }

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

background-color css

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

 a { background-color: rgb(172,64,28); }

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

border-color css

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

 span { border-color: rgb(172,64,28); }

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