#AC363B

Color #AC363B Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #AC363B

Tints of Guardsman Red #AC363B

Color information

#AC363B (or 0xAC363B) is unknown color: approx Guardsman Red. HEX triplet: AC, 36 and 3B. RGB value is (172,54,59). Sum of RGB (Red+Green+Blue) = 172+54+59=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC363B is #53C9C4. Grayscale: #595959. Windows color (decimal): -5491141 or 3880620. OLE color: 3880620.

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

Color convert

RGB1725459-
CMYK00.690.660.33
HSL357.46º52.21%44.31%-
HSV(B)357.46º68.6%67.45%-
XYZ19.1211.725.39-
YUV89.85110.59186.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=60.35%
G=18.95%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172545900.690.660.33357.4652.2144.31
HexAC363B0454221165342c
Octal25466730105102415456454
Binary10101100110110111011010001011000010100001101100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC363B; }

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

 H1.HeaderClassName
 {
   color: #AC363B;
 }
 .AnyTagClassName
 {
   color: #AC363B;
 }
</style>
background-color css

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

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

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

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

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

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