#A03234

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

Shades of Guardsman Red #A03234

Tints of Guardsman Red #A03234

Color information

#A03234 (or 0xA03234) is unknown color: approx Guardsman Red. HEX triplet: A0, 32 and 34. RGB value is (160,50,52). Sum of RGB (Red+Green+Blue) = 160+50+52=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A03234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03234 is #5FCDCB. Grayscale: #535353. Windows color (decimal): -6278604 or 3420832. OLE color: 3420832.

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

Color convert

RGB1605052-
CMYK00.690.680.37
HSL358.91º52.38%41.18%-
HSV(B)358.91º68.75%62.75%-
XYZ16.26104.32-
YUV83.12110.44182.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.07%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=61.07%
G=19.08%
B=19.85%

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
Decimal160505200.690.680.37358.9152.3841.18
HexA0323404544251673429
Octal24062640105104455476451
Binary10100000110010110100010001011000100100101101100111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03234; }

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

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

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

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

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

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

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

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