#A5343A

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

Shades of Guardsman Red #A5343A

Tints of Guardsman Red #A5343A

Color information

#A5343A (or 0xA5343A) is unknown color: approx Guardsman Red. HEX triplet: A5, 34 and 3A. RGB value is (165,52,58). Sum of RGB (Red+Green+Blue) = 165+52+58=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5343A is #5ACBC5. Grayscale: #565656. Windows color (decimal): -5950406 or 3814565. OLE color: 3814565.

HSL color Cylindrical-coordinate representation of color #A5343A: hue angle of 356.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5343A is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1655258-
CMYK00.680.650.35
HSL356.81º52.07%42.55%-
HSV(B)356.81º68.48%64.71%-
XYZ17.5110.765.16-
YUV86.47111.94184.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=60%
G=18.91%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165525800.680.650.35356.8152.0742.55
HexA5343A0444123165342b
Octal24564720104101435456453
Binary10100101110100111010010001001000001100011101100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5343A; }

 p { color: rgb(165,52,58); }

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

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

 a { background-color: rgb(165,52,58); }

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

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

 span { border-color: rgb(165,52,58); }

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