#A1272E

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

Shades of Guardsman Red #A1272E

Tints of Guardsman Red #A1272E

Color information

#A1272E (or 0xA1272E) is unknown color: approx Guardsman Red. HEX triplet: A1, 27 and 2E. RGB value is (161,39,46). Sum of RGB (Red+Green+Blue) = 161+39+46=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1272E is #5ED8D1. Grayscale: #4C4C4C. Windows color (decimal): -6215890 or 3024801. OLE color: 3024801.

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

Color convert

RGB1613946-
CMYK00.760.710.37
HSL356.56º61%39.22%-
HSV(B)356.56º75.78%63.14%-
XYZ15.929.233.53-
YUV76.28110.92188.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.45%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=65.45%
G=15.85%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161394600.760.710.37356.566139.22
HexA1272E04C47251653d27
Octal24147560114107455457547
Binary10100001100111101110010011001000111100101101100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1272E; }

 p { color: rgb(161,39,46); }

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

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

 a { background-color: rgb(161,39,46); }

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

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

 span { border-color: rgb(161,39,46); }

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