Html Css Color HEX #AC440C Rust

📋 copy color: '#AC440C'

red 172 ◦ green 68 ◦ blue 12

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

Shades of Rust #AC440C

Tints of Rust #AC440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 68.25%
G = 26.98%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC440C (or 0xAC440C) is known color: Rust. HEX triplet: AC, 44 and 0C. RGB value is (172,68,12). Sum of RGB (Red+Green+Blue) = 172+68+12=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC440C is #53BBF3. Grayscale: #5D5D5D. Windows color (decimal): -5487604 or 804012. OLE color: 804012.

HSL color Cylindrical-coordinate representation of color #AC440C: hue angle of 21º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC440C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 12 -
CMYK 0 0.60 0.93 0.33
HSL 21º 0.87% 0.36% -
HSV(B) 21º 0.93% 0.67% -
XYZ 19.15 12.93 1.83 -
YUV 92.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 172 68 12 0 0.60 0.93 0.33 21 0.87 0.36
Hex AC 44 C 0 3C 5D 21 15 57 24
Octal 254 104 14 0 74 135 41 25 127 44
Binary 10101100 1000100 1100 0 111100 1011101 100001 10101 1010111 100100

Color Harmonies of #AC440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC440C

Black with #AC440C

Text Example


Text Example

White with #AC440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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