#A92631

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

Shades of Guardsman Red #A92631

Tints of Guardsman Red #A92631

Color information

#A92631 (or 0xA92631) is unknown color: approx Guardsman Red. HEX triplet: A9, 26 and 31. RGB value is (169,38,49). Sum of RGB (Red+Green+Blue) = 169+38+49=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A92631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92631 is #56D9CE. Grayscale: #4E4E4E. Windows color (decimal): -5691855 or 3221161. OLE color: 3221161.

HSL color Cylindrical-coordinate representation of color #A92631: hue angle of 354.96º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92631 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB1693849-
CMYK00.780.710.34
HSL354.96º63.29%40.59%-
HSV(B)354.96º77.51%66.27%-
XYZ17.6110.043.92-
YUV78.42111.4192.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.02%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=66.02%
G=14.84%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169384900.780.710.34354.9663.2940.59
HexA9263104E47221633f29
Octal25146610116107425437751
Binary10101001100110110001010011101000111100010101100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92631; }

 p { color: rgb(169,38,49); }

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

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

 a { background-color: rgb(169,38,49); }

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

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

 span { border-color: rgb(169,38,49); }

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