#A4353B

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

Shades of Guardsman Red #A4353B

Tints of Guardsman Red #A4353B

Color information

#A4353B (or 0xA4353B) is unknown color: approx Guardsman Red. HEX triplet: A4, 35 and 3B. RGB value is (164,53,59). Sum of RGB (Red+Green+Blue) = 164+53+59=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4353B is #5BCAC4. Grayscale: #565656. Windows color (decimal): -6015685 or 3880356. OLE color: 3880356.

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

Color convert

RGB1645359-
CMYK00.680.640.36
HSL356.76º51.15%42.55%-
HSV(B)356.76º67.68%64.31%-
XYZ17.3710.755.3-
YUV86.87112.27183.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=59.42%
G=19.20%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164535900.680.640.36356.7651.1542.55
HexA4353B0444024165332b
Octal24465730104100445456353
Binary10100100110101111011010001001000000100100101100101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4353B; }

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

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

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

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

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

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

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

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