Html Css Color HEX #AC3914 Rust

📋 copy color: '#AC3914'

red 172 ◦ green 57 ◦ blue 20

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

Shades of Rust #AC3914

Tints of Rust #AC3914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

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

R = 69.08%
G = 22.89%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3914 (or 0xAC3914) is known color: Rust. HEX triplet: AC, 39 and 14. RGB value is (172,57,20). Sum of RGB (Red+Green+Blue) = 172+57+20=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3914 is #53C6EB. Grayscale: #575757. Windows color (decimal): -5490412 or 1325484. OLE color: 1325484.

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

Color convert

RGB 172 57 20 -
CMYK 0 0.67 0.88 0.33
HSL 14.61º 0.79% 0.38% -
HSV(B) 14.61º 0.88% 0.67% -
XYZ 18.6 11.75 1.95 -
YUV 87.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 172 57 20 0 0.67 0.88 0.33 14.61 0.79 0.38
Hex AC 39 14 0 43 58 21 F 4F 26
Octal 254 71 24 0 103 130 41 17 117 46
Binary 10101100 111001 10100 0 1000011 1011000 100001 1111 1001111 100110

Color Harmonies of #AC3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3914

Black with #AC3914

Text Example


Text Example

White with #AC3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3914; }

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

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

background-color css

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

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

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

border-color css

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

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

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