Html Css Color HEX #AC3D11 Rust

📋 copy color: '#AC3D11'

red 172 ◦ green 61 ◦ blue 17

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

Shades of Rust #AC3D11

Tints of Rust #AC3D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

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

R = 68.8%
G = 24.4%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3D11 (or 0xAC3D11) is known color: Rust. HEX triplet: AC, 3D and 11. RGB value is (172,61,17). Sum of RGB (Red+Green+Blue) = 172+61+17=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D11 is #53C2EE. Grayscale: #595959. Windows color (decimal): -5489391 or 1129900. OLE color: 1129900.

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

Color convert

RGB 172 61 17 -
CMYK 0 0.65 0.90 0.33
HSL 17.03º 0.82% 0.37% -
HSV(B) 17.03º 0.9% 0.67% -
XYZ 18.78 12.15 1.89 -
YUV 89.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 172 61 17 0 0.65 0.90 0.33 17.03 0.82 0.37
Hex AC 3D 11 0 41 5A 21 11 52 25
Octal 254 75 21 0 101 132 41 21 122 45
Binary 10101100 111101 10001 0 1000001 1011010 100001 10001 1010010 100101

Color Harmonies of #AC3D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D11

Black with #AC3D11

Text Example


Text Example

White with #AC3D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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