#a03336

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

Shades of Guardsman Red #A03336

Tints of Guardsman Red #A03336

Color information

#A03336 (or 0xA03336) is unknown color: approx Guardsman Red. HEX triplet: A0, 33 and 36. RGB value is (160,51,54). Sum of RGB (Red+Green+Blue) = 160+51+54=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03336 is #5FCCC9. Grayscale: #545454. Windows color (decimal): -6278346 or 3552160. OLE color: 3552160.

HSL color Cylindrical-coordinate representation of color #A03336: hue angle of 358.35º 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 #A03336 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1605154-
CMYK00.680.660.37
HSL358.35º51.66%41.37%-
HSV(B)358.35º68.12%62.75%-
XYZ16.3510.114.58-
YUV83.93111.11182.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=60.38%
G=19.25%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160515400.680.660.37358.3551.6641.37
HexA0333604442251663429
Octal24063660104102455466451
Binary10100000110011110110010001001000010100101101100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03336; }

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

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

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

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

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

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

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

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