#A92738

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

Shades of Guardsman Red #A92738

Tints of Guardsman Red #A92738

Color information

#A92738 (or 0xA92738) is unknown color: approx Guardsman Red. HEX triplet: A9, 27 and 38. RGB value is (169,39,56). Sum of RGB (Red+Green+Blue) = 169+39+56=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A92738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92738 is #56D8C7. Grayscale: #4F4F4F. Windows color (decimal): -5691592 or 3680169. OLE color: 3680169.

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

Color convert

RGB1693956-
CMYK00.770.670.34
HSL352.15º62.5%40.78%-
HSV(B)352.15º76.92%66.27%-
XYZ17.810.174.77-
YUV79.81114.57191.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.02%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=64.02%
G=14.77%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169395600.770.670.34352.1562.540.78
HexA9273804D43221603e29
Octal25147700115103425407651
Binary10101001100111111000010011011000011100010101100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92738; }

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

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

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

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

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

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

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

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