#AC2835

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

Shades of Guardsman Red #AC2835

Tints of Guardsman Red #AC2835

Color information

#AC2835 (or 0xAC2835) is unknown color: approx Guardsman Red. HEX triplet: AC, 28 and 35. RGB value is (172,40,53). Sum of RGB (Red+Green+Blue) = 172+40+53=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2835 is #53D7CA. Grayscale: #515151. Windows color (decimal): -5494731 or 3483820. OLE color: 3483820.

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

Color convert

RGB1724053-
CMYK00.770.690.33
HSL354.09º62.26%41.57%-
HSV(B)354.09º76.74%67.45%-
XYZ18.4110.554.43-
YUV80.95112.23192.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 53 (21.09% from 255) = 20%
R=64.91%
G=15.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172405300.770.690.33354.0962.2641.57
HexAC283504D45211623e2a
Octal25450650115105415427652
Binary10101100101000110101010011011000101100001101100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2835; }

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

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

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

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

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

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

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

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