#A03338

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

Shades of Guardsman Red #A03338

Tints of Guardsman Red #A03338

Color information

#A03338 (or 0xA03338) is unknown color: approx Guardsman Red. HEX triplet: A0, 33 and 38. RGB value is (160,51,56). Sum of RGB (Red+Green+Blue) = 160+51+56=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03338 is #5FCCC7. Grayscale: #545454. Windows color (decimal): -6278344 or 3683232. OLE color: 3683232.

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

Color convert

RGB1605156-
CMYK00.680.650.37
HSL357.25º51.66%41.37%-
HSV(B)357.25º68.12%62.75%-
XYZ16.3910.134.83-
YUV84.16112.11182.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.93%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=59.93%
G=19.10%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160515600.680.650.37357.2551.6641.37
HexA0333804441251653429
Octal24063700104101455456451
Binary10100000110011111000010001001000001100101101100101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03338; }

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

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

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

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

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

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

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

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