Html Css Color HEX #AC3F0C Rust

📋 copy color: '#AC3F0C'

red 172 ◦ green 63 ◦ blue 12

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

Shades of Rust #AC3F0C

Tints of Rust #AC3F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 69.64%
G = 25.51%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC3F0C (or 0xAC3F0C) is known color: Rust. HEX triplet: AC, 3F and 0C. RGB value is (172,63,12). Sum of RGB (Red+Green+Blue) = 172+63+12=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F0C is #53C0F3. Grayscale: #5A5A5A. Windows color (decimal): -5488884 or 802732. OLE color: 802732.

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

Color convert

RGB 172 63 12 -
CMYK 0 0.63 0.93 0.33
HSL 19.13º 0.87% 0.36% -
HSV(B) 19.13º 0.93% 0.67% -
XYZ 18.86 12.35 1.74 -
YUV 89.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 172 63 12 0 0.63 0.93 0.33 19.13 0.87 0.36
Hex AC 3F C 0 3F 5D 21 13 57 24
Octal 254 77 14 0 77 135 41 23 127 44
Binary 10101100 111111 1100 0 111111 1011101 100001 10011 1010111 100100

Color Harmonies of #AC3F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F0C

Black with #AC3F0C

Text Example


Text Example

White with #AC3F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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