Html Css Color HEX #AC361C Rust

📋 copy color: '#AC361C'

red 172 ◦ green 54 ◦ blue 28

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

Shades of Rust #AC361C

Tints of Rust #AC361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 67.72%
G = 21.26%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC361C (or 0xAC361C) is known color: Rust. HEX triplet: AC, 36 and 1C. RGB value is (172,54,28). Sum of RGB (Red+Green+Blue) = 172+54+28=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC361C is #53C9E3. Grayscale: #565656. Windows color (decimal): -5491172 or 1849004. OLE color: 1849004.

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

Color convert

RGB 172 54 28 -
CMYK 0 0.69 0.84 0.33
HSL 10.83º 0.72% 0.39% -
HSV(B) 10.83º 0.84% 0.67% -
XYZ 18.54 11.49 2.34 -
YUV 86.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 172 54 28 0 0.69 0.84 0.33 10.83 0.72 0.39
Hex AC 36 1C 0 45 54 21 B 48 27
Octal 254 66 34 0 105 124 41 13 110 47
Binary 10101100 110110 11100 0 1000101 1010100 100001 1011 1001000 100111

Color Harmonies of #AC361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC361C

Black with #AC361C

Text Example


Text Example

White with #AC361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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