Html Css Color HEX #AC3A1E Rust

📋 copy color: '#AC3A1E'

red 172 ◦ green 58 ◦ blue 30

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

Shades of Rust #AC3A1E

Tints of Rust #AC3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 66.15%
G = 22.31%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC3A1E (or 0xAC3A1E) is known color: Rust. HEX triplet: AC, 3A and 1E. RGB value is (172,58,30). Sum of RGB (Red+Green+Blue) = 172+58+30=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A1E is #53C5E1. Grayscale: #595959. Windows color (decimal): -5490146 or 1981100. OLE color: 1981100.

HSL color Cylindrical-coordinate representation of color #AC3A1E: hue angle of 11.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC3A1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 30 -
CMYK 0 0.66 0.83 0.33
HSL 11.83º 0.7% 0.4% -
HSV(B) 11.83º 0.83% 0.67% -
XYZ 18.76 11.89 2.53 -
YUV 88.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 172 58 30 0 0.66 0.83 0.33 11.83 0.7 0.4
Hex AC 3A 1E 0 42 53 21 C 46 28
Octal 254 72 36 0 102 123 41 14 106 50
Binary 10101100 111010 11110 0 1000010 1010011 100001 1100 1000110 101000

Color Harmonies of #AC3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A1E

Black with #AC3A1E

Text Example


Text Example

White with #AC3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A1E; }

 p { color: rgb(172,58,30); }

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

background-color css

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

 a { background-color: rgb(172,58,30); }

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

border-color css

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

 span { border-color: rgb(172,58,30); }

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