#A43233

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

Shades of Guardsman Red #A43233

Tints of Guardsman Red #A43233

Color information

#A43233 (or 0xA43233) is unknown color: approx Guardsman Red. HEX triplet: A4, 32 and 33. RGB value is (164,50,51). Sum of RGB (Red+Green+Blue) = 164+50+51=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A43233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43233 is #5BCDCC. Grayscale: #545454. Windows color (decimal): -6016461 or 3355300. OLE color: 3355300.

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

Color convert

RGB1645051-
CMYK00.700.690.36
HSL359.47º53.27%41.96%-
HSV(B)359.47º69.51%64.31%-
XYZ17.0510.414.24-
YUV84.2109.27184.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=61.89%
G=18.87%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164505100.700.690.36359.4753.2741.96
HexA432330464524167352a
Octal24462630106105445476552
Binary10100100110010110011010001101000101100100101100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43233; }

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

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

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

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

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

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

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

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