Html Css Color HEX #AC3F12 Rust

📋 copy color: '#AC3F12'

red 172 ◦ green 63 ◦ blue 18

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

Shades of Rust #AC3F12

Tints of Rust #AC3F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 67.98%
G = 24.9%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3F12 (or 0xAC3F12) is known color: Rust. HEX triplet: AC, 3F and 12. RGB value is (172,63,18). Sum of RGB (Red+Green+Blue) = 172+63+18=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F12 is #53C0ED. Grayscale: #5A5A5A. Windows color (decimal): -5488878 or 1195948. OLE color: 1195948.

HSL color Cylindrical-coordinate representation of color #AC3F12: hue angle of 17.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3F12 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 63 18 -
CMYK 0 0.63 0.90 0.33
HSL 17.53º 0.81% 0.37% -
HSV(B) 17.53º 0.9% 0.67% -
XYZ 18.9 12.37 1.96 -
YUV 90.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 172 63 18 0 0.63 0.90 0.33 17.53 0.81 0.37
Hex AC 3F 12 0 3F 5A 21 12 51 25
Octal 254 77 22 0 77 132 41 22 121 45
Binary 10101100 111111 10010 0 111111 1011010 100001 10010 1010001 100101

Color Harmonies of #AC3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F12

Black with #AC3F12

Text Example


Text Example

White with #AC3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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