#A03033

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

Shades of Guardsman Red #A03033

Tints of Guardsman Red #A03033

Color information

#A03033 (or 0xA03033) is unknown color: approx Guardsman Red. HEX triplet: A0, 30 and 33. RGB value is (160,48,51). Sum of RGB (Red+Green+Blue) = 160+48+51=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A03033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03033 is #5FCFCC. Grayscale: #515151. Windows color (decimal): -6279117 or 3354784. OLE color: 3354784.

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

Color convert

RGB1604851-
CMYK00.700.680.37
HSL358.39º53.85%40.78%-
HSV(B)358.39º70%62.75%-
XYZ16.159.834.18-
YUV81.83110.61183.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=61.78%
G=18.53%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160485100.700.680.37358.3953.8540.78
HexA0303304644251663629
Octal24060630106104455466651
Binary10100000110000110011010001101000100100101101100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03033; }

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

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

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

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

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

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

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

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