#A1272A

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

Shades of Guardsman Red #A1272A

Tints of Guardsman Red #A1272A

Color information

#A1272A (or 0xA1272A) is unknown color: approx Guardsman Red. HEX triplet: A1, 27 and 2A. RGB value is (161,39,42). Sum of RGB (Red+Green+Blue) = 161+39+42=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1272A is #5ED8D5. Grayscale: #4B4B4B. Windows color (decimal): -6215894 or 2762657. OLE color: 2762657.

HSL color Cylindrical-coordinate representation of color #A1272A: hue angle of 358.52º 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 #A1272A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1613942-
CMYK00.760.740.37
HSL358.52º61%39.22%-
HSV(B)358.52º75.78%63.14%-
XYZ15.849.23.13-
YUV75.82108.92188.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=66.53%
G=16.12%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161394200.760.740.37358.526139.22
HexA1272A04C4A251673d27
Octal24147520114112455477547
Binary10100001100111101010010011001001010100101101100111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1272A; }

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

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

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

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

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

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

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

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