#A43236

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

Shades of Guardsman Red #A43236

Tints of Guardsman Red #A43236

Color information

#A43236 (or 0xA43236) is unknown color: approx Guardsman Red. HEX triplet: A4, 32 and 36. RGB value is (164,50,54). Sum of RGB (Red+Green+Blue) = 164+50+54=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A43236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43236 is #5BCDC9. Grayscale: #545454. Windows color (decimal): -6016458 or 3551908. OLE color: 3551908.

HSL color Cylindrical-coordinate representation of color #A43236: hue angle of 357.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43236 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1645054-
CMYK00.700.670.36
HSL357.89º53.27%41.96%-
HSV(B)357.89º69.51%64.31%-
XYZ17.1210.444.6-
YUV84.54110.77184.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=61.19%
G=18.66%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164505400.700.670.36357.8953.2741.96
HexA432360464324166352a
Octal24462660106103445466552
Binary10100100110010110110010001101000011100100101100110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43236; }

 p { color: rgb(164,50,54); }

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

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

 a { background-color: rgb(164,50,54); }

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

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

 span { border-color: rgb(164,50,54); }

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