#A03738

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

Shades of Guardsman Red #A03738

Tints of Guardsman Red #A03738

Color information

#A03738 (or 0xA03738) is unknown color: approx Guardsman Red. HEX triplet: A0, 37 and 38. RGB value is (160,55,56). Sum of RGB (Red+Green+Blue) = 160+55+56=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A03738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03738 is #5FC8C7. Grayscale: #565656. Windows color (decimal): -6277320 or 3684256. OLE color: 3684256.

HSL color Cylindrical-coordinate representation of color #A03738: hue angle of 359.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03738 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1605556-
CMYK00.660.650.37
HSL359.43º48.84%42.16%-
HSV(B)359.43º65.62%62.75%-
XYZ16.5810.494.89-
YUV86.51110.79180.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 55 (21.88% from 255) = 20.30%
BLUE value IS 56 (22.27% from 255) = 20.66%
R=59.04%
G=20.30%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160555600.660.650.37359.4348.8442.16
HexA037380424125167312a
Octal24067700102101455476152
Binary10100000110111111000010000101000001100101101100111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03738; }

 p { color: rgb(160,55,56); }

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

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

 a { background-color: rgb(160,55,56); }

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

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

 span { border-color: rgb(160,55,56); }

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