Html Css Color HEX #AC3E14 Rust

📋 copy color: '#AC3E14'

red 172 ◦ green 62 ◦ blue 20

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

Shades of Rust #AC3E14

Tints of Rust #AC3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 67.72%
G = 24.41%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3E14 (or 0xAC3E14) is known color: Rust. HEX triplet: AC, 3E and 14. RGB value is (172,62,20). Sum of RGB (Red+Green+Blue) = 172+62+20=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E14 is #53C1EB. Grayscale: #5A5A5A. Windows color (decimal): -5489132 or 1326764. OLE color: 1326764.

HSL color Cylindrical-coordinate representation of color #AC3E14: hue angle of 16.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3E14 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 62 20 -
CMYK 0 0.64 0.88 0.33
HSL 16.58º 0.79% 0.38% -
HSV(B) 16.58º 0.88% 0.67% -
XYZ 18.86 12.27 2.04 -
YUV 90.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 172 62 20 0 0.64 0.88 0.33 16.58 0.79 0.38
Hex AC 3E 14 0 40 58 21 11 4F 26
Octal 254 76 24 0 100 130 41 21 117 46
Binary 10101100 111110 10100 0 1000000 1011000 100001 10001 1001111 100110

Color Harmonies of #AC3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E14

Black with #AC3E14

Text Example


Text Example

White with #AC3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E14; }

 p { color: rgb(172,62,20); }

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

background-color css

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

 a { background-color: rgb(172,62,20); }

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

border-color css

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

 span { border-color: rgb(172,62,20); }

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