#A8242C

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

Shades of Guardsman Red #A8242C

Tints of Guardsman Red #A8242C

Color information

#A8242C (or 0xA8242C) is unknown color: approx Guardsman Red. HEX triplet: A8, 24 and 2C. RGB value is (168,36,44). Sum of RGB (Red+Green+Blue) = 168+36+44=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8242C is #57DBD3. Grayscale: #4C4C4C. Windows color (decimal): -5757908 or 2892968. OLE color: 2892968.

HSL color Cylindrical-coordinate representation of color #A8242C: hue angle of 356.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8242C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB1683644-
CMYK00.790.740.34
HSL356.36º64.71%40%-
HSV(B)356.36º78.57%65.88%-
XYZ17.239.773.36-
YUV76.38109.73193.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.74%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=67.74%
G=14.52%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168364400.790.740.34356.3664.7140
HexA8242C04F4A221644128
Octal250445401171124254410150
Binary101010001001001011000100111110010101000101011001001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8242C; }

 p { color: rgb(168,36,44); }

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

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

 a { background-color: rgb(168,36,44); }

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

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

 span { border-color: rgb(168,36,44); }

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