#a8323f

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

Shades of Guardsman Red #A8323F

Tints of Guardsman Red #A8323F

Color information

#A8323F (or 0xA8323F) is unknown color: approx Guardsman Red. HEX triplet: A8, 32 and 3F. RGB value is (168,50,63). Sum of RGB (Red+Green+Blue) = 168+50+63=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8323F is #57CDC0. Grayscale: #565656. Windows color (decimal): -5754305 or 4141736. OLE color: 4141736.

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

Color convert

RGB1685063-
CMYK00.700.630.34
HSL353.39º54.13%42.75%-
HSV(B)353.39º70.24%65.88%-
XYZ18.1910.965.86-
YUV86.76114.59185.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.79%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 63 (25% from 255) = 22.42%
R=59.79%
G=17.79%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168506300.700.630.34353.3954.1342.75
HexA8323F0463F22161362b
Octal2506277010677425416653
Binary1010100011001011111101000110111111100010101100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8323f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8323f; }

 p { color: rgb(168,50,63); }

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

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

 a { background-color: rgb(168,50,63); }

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

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

 span { border-color: rgb(168,50,63); }

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