#A91B20

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

Shades of Guardsman Red #A91B20

Tints of Guardsman Red #A91B20

Color information

#A91B20 (or 0xA91B20) is unknown color: approx Guardsman Red. HEX triplet: A9, 1B and 20. RGB value is (169,27,32). Sum of RGB (Red+Green+Blue) = 169+27+32=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B20 is #56E4DF. Grayscale: #464646. Windows color (decimal): -5694688 or 2104233. OLE color: 2104233.

HSL color Cylindrical-coordinate representation of color #A91B20: hue angle of 357.89º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B20 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB1692732-
CMYK00.840.810.34
HSL357.89º72.45%38.43%-
HSV(B)357.89º84.02%66.27%-
XYZ17.019.322.27-
YUV70.03106.54198.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.12%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=74.12%
G=11.84%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169273200.840.810.34357.8972.4538.43
HexA91B2005451221664826
Octal251334001241214254611046
Binary10101001110111000000101010010100011000101011001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B20; }

 p { color: rgb(169,27,32); }

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

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

 a { background-color: rgb(169,27,32); }

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

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

 span { border-color: rgb(169,27,32); }

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