#A4353E

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

Shades of Guardsman Red #A4353E

Tints of Guardsman Red #A4353E

Color information

#A4353E (or 0xA4353E) is unknown color: approx Guardsman Red. HEX triplet: A4, 35 and 3E. RGB value is (164,53,62). Sum of RGB (Red+Green+Blue) = 164+53+62=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4353E is #5BCAC1. Grayscale: #575757. Windows color (decimal): -6015682 or 4076964. OLE color: 4076964.

HSL color Cylindrical-coordinate representation of color #A4353E: hue angle of 355.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4353E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1645362-
CMYK00.680.620.36
HSL355.14º51.15%42.55%-
HSV(B)355.14º67.68%64.31%-
XYZ17.4510.795.72-
YUV87.21113.77182.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=58.78%
G=19.00%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164536200.680.620.36355.1451.1542.55
HexA4353E0443E24163332b
Octal2446576010476445436353
Binary1010010011010111111001000100111110100100101100011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4353E; }

 p { color: rgb(164,53,62); }

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

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

 a { background-color: rgb(164,53,62); }

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

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

 span { border-color: rgb(164,53,62); }

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