#A1242B

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

Shades of Guardsman Red #A1242B

Tints of Guardsman Red #A1242B

Color information

#A1242B (or 0xA1242B) is unknown color: approx Guardsman Red. HEX triplet: A1, 24 and 2B. RGB value is (161,36,43). Sum of RGB (Red+Green+Blue) = 161+36+43=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1242B is #5EDBD4. Grayscale: #4A4A4A. Windows color (decimal): -6216661 or 2827425. OLE color: 2827425.

HSL color Cylindrical-coordinate representation of color #A1242B: hue angle of 356.64º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1242B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1613643-
CMYK00.780.730.37
HSL356.64º63.45%38.63%-
HSV(B)356.64º77.64%63.14%-
XYZ15.769.013.19-
YUV74.17110.41189.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.08%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=67.08%
G=15%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161364300.780.730.37356.6463.4538.63
HexA1242B04E49251653f27
Octal24144530116111455457747
Binary10100001100100101011010011101001001100101101100101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1242B; }

 p { color: rgb(161,36,43); }

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

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

 a { background-color: rgb(161,36,43); }

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

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

 span { border-color: rgb(161,36,43); }

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