#A91E27

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

Shades of Guardsman Red #A91E27

Tints of Guardsman Red #A91E27

Color information

#A91E27 (or 0xA91E27) is unknown color: approx Guardsman Red. HEX triplet: A9, 1E and 27. RGB value is (169,30,39). Sum of RGB (Red+Green+Blue) = 169+30+39=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E27 is #56E1D8. Grayscale: #484848. Windows color (decimal): -5693913 or 2563753. OLE color: 2563753.

HSL color Cylindrical-coordinate representation of color #A91E27: hue angle of 356.12º 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 #A91E27 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1693039-
CMYK00.820.770.34
HSL356.12º69.85%39.02%-
HSV(B)356.12º82.25%66.27%-
XYZ17.199.512.85-
YUV72.59109.05196.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 71.01%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=71.01%
G=12.61%
B=16.39%

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
Decimal169303900.820.770.34356.1269.8539.02
HexA91E270524D221644627
Octal251364701221154254410647
Binary10101001111101001110101001010011011000101011001001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E27; }

 p { color: rgb(169,30,39); }

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

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

 a { background-color: rgb(169,30,39); }

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

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

 span { border-color: rgb(169,30,39); }

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