Html Css Color HEX #AC3414 Rust

📋 copy color: '#AC3414'

red 172 ◦ green 52 ◦ blue 20

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

Shades of Rust #AC3414

Tints of Rust #AC3414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 70.49%
G = 21.31%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3414 (or 0xAC3414) is known color: Rust. HEX triplet: AC, 34 and 14. RGB value is (172,52,20). Sum of RGB (Red+Green+Blue) = 172+52+20=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3414 is #53CBEB. Grayscale: #545454. Windows color (decimal): -5491692 or 1324204. OLE color: 1324204.

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

Color convert

RGB 172 52 20 -
CMYK 0 0.70 0.88 0.33
HSL 12.63º 0.79% 0.38% -
HSV(B) 12.63º 0.88% 0.67% -
XYZ 18.37 11.28 1.87 -
YUV 84.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 172 52 20 0 0.70 0.88 0.33 12.63 0.79 0.38
Hex AC 34 14 0 46 58 21 D 4F 26
Octal 254 64 24 0 106 130 41 15 117 46
Binary 10101100 110100 10100 0 1000110 1011000 100001 1101 1001111 100110

Color Harmonies of #AC3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3414

Black with #AC3414

Text Example


Text Example

White with #AC3414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3414; }

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

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

background-color css

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

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

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

border-color css

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

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

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