Html Css Color HEX #AC401D Rust

📋 copy color: '#AC401D'

red 172 ◦ green 64 ◦ blue 29

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

Shades of Rust #AC401D

Tints of Rust #AC401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 64.91%
G = 24.15%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC401D (or 0xAC401D) is known color: Rust. HEX triplet: AC, 40 and 1D. RGB value is (172,64,29). Sum of RGB (Red+Green+Blue) = 172+64+29=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC401D is #53BFE2. Grayscale: #5C5C5C. Windows color (decimal): -5488611 or 1917100. OLE color: 1917100.

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

Color convert

RGB 172 64 29 -
CMYK 0 0.63 0.83 0.33
HSL 14.69º 0.71% 0.39% -
HSV(B) 14.69º 0.83% 0.67% -
XYZ 19.07 12.53 2.58 -
YUV 92.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 172 64 29 0 0.63 0.83 0.33 14.69 0.71 0.39
Hex AC 40 1D 0 3F 53 21 F 47 27
Octal 254 100 35 0 77 123 41 17 107 47
Binary 10101100 1000000 11101 0 111111 1010011 100001 1111 1000111 100111

Color Harmonies of #AC401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC401D

Black with #AC401D

Text Example


Text Example

White with #AC401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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