Html Css Color HEX #AC440D Rust

📋 copy color: '#AC440D'

red 172 ◦ green 68 ◦ blue 13

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

Shades of Rust #AC440D

Tints of Rust #AC440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 67.98%
G = 26.88%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC440D (or 0xAC440D) is known color: Rust. HEX triplet: AC, 44 and 0D. RGB value is (172,68,13). Sum of RGB (Red+Green+Blue) = 172+68+13=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC440D is #53BBF2. Grayscale: #5D5D5D. Windows color (decimal): -5487603 or 869548. OLE color: 869548.

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

Color convert

RGB 172 68 13 -
CMYK 0 0.60 0.92 0.33
HSL 20.75º 0.86% 0.36% -
HSV(B) 20.75º 0.92% 0.67% -
XYZ 19.15 12.93 1.87 -
YUV 92.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 172 68 13 0 0.60 0.92 0.33 20.75 0.86 0.36
Hex AC 44 D 0 3C 5C 21 15 56 24
Octal 254 104 15 0 74 134 41 25 126 44
Binary 10101100 1000100 1101 0 111100 1011100 100001 10101 1010110 100100

Color Harmonies of #AC440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC440D

Black with #AC440D

Text Example


Text Example

White with #AC440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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