Html Css Color HEX #AC350E Rust

📋 copy color: '#AC350E'

red 172 ◦ green 53 ◦ blue 14

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

Shades of Rust #AC350E

Tints of Rust #AC350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 71.97%
G = 22.18%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC350E (or 0xAC350E) is known color: Rust. HEX triplet: AC, 35 and 0E. RGB value is (172,53,14). Sum of RGB (Red+Green+Blue) = 172+53+14=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC350E is #53CAF1. Grayscale: #545454. Windows color (decimal): -5491442 or 931244. OLE color: 931244.

HSL color Cylindrical-coordinate representation of color #AC350E: hue angle of 14.81º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC350E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 53 14 -
CMYK 0 0.69 0.92 0.33
HSL 14.81º 0.85% 0.36% -
HSV(B) 14.81º 0.92% 0.67% -
XYZ 18.37 11.35 1.64 -
YUV 84.14 88.42 190.67 -
System Red Green Blue C M Y K H S L
Decimal 172 53 14 0 0.69 0.92 0.33 14.81 0.85 0.36
Hex AC 35 E 0 45 5C 21 F 55 24
Octal 254 65 16 0 105 134 41 17 125 44
Binary 10101100 110101 1110 0 1000101 1011100 100001 1111 1010101 100100

Color Harmonies of #AC350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC350E

Black with #AC350E

Text Example


Text Example

White with #AC350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC350E; }

 p { color: rgb(172,53,14); }

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

background-color css

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

 a { background-color: rgb(172,53,14); }

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

border-color css

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

 span { border-color: rgb(172,53,14); }

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