Html Css Color HEX #AC400D Rust

📋 copy color: '#AC400D'

red 172 ◦ green 64 ◦ blue 13

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

Shades of Rust #AC400D

Tints of Rust #AC400D

RGB

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

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

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

R = 69.08%
G = 25.7%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC400D (or 0xAC400D) is known color: Rust. HEX triplet: AC, 40 and 0D. RGB value is (172,64,13). Sum of RGB (Red+Green+Blue) = 172+64+13=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC400D is #53BFF2. Grayscale: #5A5A5A. Windows color (decimal): -5488627 or 868524. OLE color: 868524.

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

Color convert

RGB 172 64 13 -
CMYK 0 0.63 0.92 0.33
HSL 19.25º 0.86% 0.36% -
HSV(B) 19.25º 0.92% 0.67% -
XYZ 18.92 12.47 1.79 -
YUV 90.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 172 64 13 0 0.63 0.92 0.33 19.25 0.86 0.36
Hex AC 40 D 0 3F 5C 21 13 56 24
Octal 254 100 15 0 77 134 41 23 126 44
Binary 10101100 1000000 1101 0 111111 1011100 100001 10011 1010110 100100

Color Harmonies of #AC400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC400D

Black with #AC400D

Text Example


Text Example

White with #AC400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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