#A81E26

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

Shades of Guardsman Red #A81E26

Tints of Guardsman Red #A81E26

Color information

#A81E26 (or 0xA81E26) is unknown color: approx Guardsman Red. HEX triplet: A8, 1E and 26. RGB value is (168,30,38). Sum of RGB (Red+Green+Blue) = 168+30+38=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81E26 is #57E1D9. Grayscale: #484848. Windows color (decimal): -5759450 or 2498216. OLE color: 2498216.

HSL color Cylindrical-coordinate representation of color #A81E26: hue angle of 356.52º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81E26 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1683038-
CMYK00.820.770.34
HSL356.52º69.7%38.82%-
HSV(B)356.52º82.14%65.88%-
XYZ16.969.392.75-
YUV72.17108.72196.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.19%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=71.19%
G=12.71%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168303800.820.770.34356.5269.738.82
HexA81E260524D221654627
Octal250364601221154254510647
Binary10101000111101001100101001010011011000101011001011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81E26; }

 p { color: rgb(168,30,38); }

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

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

 a { background-color: rgb(168,30,38); }

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

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

 span { border-color: rgb(168,30,38); }

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