#A03233

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

Shades of Guardsman Red #A03233

Tints of Guardsman Red #A03233

Color information

#A03233 (or 0xA03233) is unknown color: approx Guardsman Red. HEX triplet: A0, 32 and 33. RGB value is (160,50,51). Sum of RGB (Red+Green+Blue) = 160+50+51=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A03233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03233 is #5FCDCC. Grayscale: #535353. Windows color (decimal): -6278605 or 3355296. OLE color: 3355296.

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

Color convert

RGB1605051-
CMYK00.690.680.37
HSL359.45º52.38%41.18%-
HSV(B)359.45º68.75%62.75%-
XYZ16.249.994.21-
YUV83109.94182.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=61.30%
G=19.16%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160505100.690.680.37359.4552.3841.18
HexA0323304544251673429
Octal24062630105104455476451
Binary10100000110010110011010001011000100100101101100111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03233; }

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

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

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

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

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

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

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

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