#A1262F

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

Shades of Guardsman Red #A1262F

Tints of Guardsman Red #A1262F

Color information

#A1262F (or 0xA1262F) is unknown color: approx Guardsman Red. HEX triplet: A1, 26 and 2F. RGB value is (161,38,47). Sum of RGB (Red+Green+Blue) = 161+38+47=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1262F is #5ED9D0. Grayscale: #4B4B4B. Windows color (decimal): -6216145 or 3090081. OLE color: 3090081.

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

Color convert

RGB1613847-
CMYK00.760.710.37
HSL355.61º61.81%39.02%-
HSV(B)355.61º76.4%63.14%-
XYZ15.99.173.62-
YUV75.8111.75188.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.45%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=65.45%
G=15.45%
B=19.11%

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
Decimal161384700.760.710.37355.6161.8139.02
HexA1262F04C47251643e27
Octal24146570114107455447647
Binary10100001100110101111010011001000111100101101100100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1262F; }

 p { color: rgb(161,38,47); }

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

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

 a { background-color: rgb(161,38,47); }

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

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

 span { border-color: rgb(161,38,47); }

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