Html Css Color HEX #AC3F11 Rust

📋 copy color: '#AC3F11'

red 172 ◦ green 63 ◦ blue 17

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

Shades of Rust #AC3F11

Tints of Rust #AC3F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 68.25%
G = 25%
B = 6.75%

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

#AC3F11 (or 0xAC3F11) is known color: Rust. HEX triplet: AC, 3F and 11. RGB value is (172,63,17). Sum of RGB (Red+Green+Blue) = 172+63+17=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F11 is #53C0EE. Grayscale: #5A5A5A. Windows color (decimal): -5488879 or 1130412. OLE color: 1130412.

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

Color convert

RGB 172 63 17 -
CMYK 0 0.63 0.90 0.33
HSL 17.81º 0.82% 0.37% -
HSV(B) 17.81º 0.9% 0.67% -
XYZ 18.89 12.37 1.92 -
YUV 90.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 172 63 17 0 0.63 0.90 0.33 17.81 0.82 0.37
Hex AC 3F 11 0 3F 5A 21 12 52 25
Octal 254 77 21 0 77 132 41 22 122 45
Binary 10101100 111111 10001 0 111111 1011010 100001 10010 1010010 100101

Color Harmonies of #AC3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F11

Black with #AC3F11

Text Example


Text Example

White with #AC3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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