#AC3538

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

Shades of Guardsman Red #AC3538

Tints of Guardsman Red #AC3538

Color information

#AC3538 (or 0xAC3538) is unknown color: approx Guardsman Red. HEX triplet: AC, 35 and 38. RGB value is (172,53,56). Sum of RGB (Red+Green+Blue) = 172+53+56=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3538 is #53CAC7. Grayscale: #595959. Windows color (decimal): -5491400 or 3683756. OLE color: 3683756.

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

Color convert

RGB1725356-
CMYK00.690.670.33
HSL358.49º52.89%44.12%-
HSV(B)358.49º69.19%67.45%-
XYZ1911.64.98-
YUV88.92109.42187.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.21%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=61.21%
G=18.86%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172535600.690.670.33358.4952.8944.12
HexAC35380454321166352c
Octal25465700105103415466554
Binary10101100110101111000010001011000011100001101100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3538; }

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

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

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

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

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

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

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

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