Html Css Color HEX #AC3F1C Rust

📋 copy color: '#AC3F1C'

red 172 ◦ green 63 ◦ blue 28

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

Shades of Rust #AC3F1C

Tints of Rust #AC3F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 65.4%
G = 23.95%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC3F1C (or 0xAC3F1C) is known color: Rust. HEX triplet: AC, 3F and 1C. RGB value is (172,63,28). Sum of RGB (Red+Green+Blue) = 172+63+28=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F1C is #53C0E3. Grayscale: #5B5B5B. Windows color (decimal): -5488868 or 1851308. OLE color: 1851308.

HSL color Cylindrical-coordinate representation of color #AC3F1C: hue angle of 14.58º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC3F1C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 63 28 -
CMYK 0 0.63 0.84 0.33
HSL 14.58º 0.72% 0.39% -
HSV(B) 14.58º 0.84% 0.67% -
XYZ 19 12.41 2.49 -
YUV 91.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 172 63 28 0 0.63 0.84 0.33 14.58 0.72 0.39
Hex AC 3F 1C 0 3F 54 21 F 48 27
Octal 254 77 34 0 77 124 41 17 110 47
Binary 10101100 111111 11100 0 111111 1010100 100001 1111 1001000 100111

Color Harmonies of #AC3F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F1C

Black with #AC3F1C

Text Example


Text Example

White with #AC3F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F1C; }

 p { color: rgb(172,63,28); }

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

background-color css

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

 a { background-color: rgb(172,63,28); }

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

border-color css

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

 span { border-color: rgb(172,63,28); }

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