#A91E22

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

Shades of Guardsman Red #A91E22

Tints of Guardsman Red #A91E22

Color information

#A91E22 (or 0xA91E22) is unknown color: approx Guardsman Red. HEX triplet: A9, 1E and 22. RGB value is (169,30,34). Sum of RGB (Red+Green+Blue) = 169+30+34=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E22 is #56E1DD. Grayscale: #484848. Windows color (decimal): -5693918 or 2236073. OLE color: 2236073.

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

Color convert

RGB1693034-
CMYK00.820.800.34
HSL358.27º69.85%39.02%-
HSV(B)358.27º82.25%66.27%-
XYZ17.129.482.44-
YUV72.02106.55197.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 72.53%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=72.53%
G=12.88%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169303400.820.800.34358.2769.8539.02
HexA91E2205250221664627
Octal251364201221204254610647
Binary10101001111101000100101001010100001000101011001101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E22; }

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

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

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

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

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

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

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

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