#A93138

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

Shades of Guardsman Red #A93138

Tints of Guardsman Red #A93138

Color information

#A93138 (or 0xA93138) is unknown color: approx Guardsman Red. HEX triplet: A9, 31 and 38. RGB value is (169,49,56). Sum of RGB (Red+Green+Blue) = 169+49+56=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A93138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93138 is #56CEC7. Grayscale: #555555. Windows color (decimal): -5689032 or 3682729. OLE color: 3682729.

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

Color convert

RGB1694956-
CMYK00.710.670.34
HSL356.5º55.05%42.75%-
HSV(B)356.5º71.01%66.27%-
XYZ18.1710.924.89-
YUV85.68111.26187.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=61.68%
G=17.88%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169495600.710.670.34356.555.0542.75
HexA931380474322164372b
Octal25161700107103425446753
Binary10101001110001111000010001111000011100010101100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93138; }

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

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

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

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

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

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

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

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