#AC2428

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

Shades of Guardsman Red #AC2428

Tints of Guardsman Red #AC2428

Color information

#AC2428 (or 0xAC2428) is unknown color: approx Guardsman Red. HEX triplet: AC, 24 and 28. RGB value is (172,36,40). Sum of RGB (Red+Green+Blue) = 172+36+40=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2428 is #53DBD7. Grayscale: #4D4D4D. Windows color (decimal): -5495768 or 2630828. OLE color: 2630828.

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

Color convert

RGB1723640-
CMYK00.790.770.33
HSL358.24º65.38%40.78%-
HSV(B)358.24º79.07%67.45%-
XYZ18.0310.193.02-
YUV77.12107.06195.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=69.35%
G=14.52%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172364000.790.770.33358.2465.3840.78
HexAC242804F4D211664129
Octal254445001171154154610151
Binary101011001001001010000100111110011011000011011001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2428; }

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

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

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

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

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

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

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

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