#A0323B

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

Shades of Guardsman Red #A0323B

Tints of Guardsman Red #A0323B

Color information

#A0323B (or 0xA0323B) is unknown color: approx Guardsman Red. HEX triplet: A0, 32 and 3B. RGB value is (160,50,59). Sum of RGB (Red+Green+Blue) = 160+50+59=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0323B is #5FCDC4. Grayscale: #535353. Windows color (decimal): -6278597 or 3879584. OLE color: 3879584.

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

Color convert

RGB1605059-
CMYK00.690.630.37
HSL355.09º52.38%41.18%-
HSV(B)355.09º68.75%62.75%-
XYZ16.4310.075.22-
YUV83.92113.94182.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 59 (23.44% from 255) = 21.93%
R=59.48%
G=18.59%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160505900.690.630.37355.0952.3841.18
HexA0323B0453F251633429
Octal2406273010577455436451
Binary1010000011001011101101000101111111100101101100011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0323B; }

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

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

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

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

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

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

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

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