#A43239

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

Shades of Guardsman Red #A43239

Tints of Guardsman Red #A43239

Color information

#A43239 (or 0xA43239) is unknown color: approx Guardsman Red. HEX triplet: A4, 32 and 39. RGB value is (164,50,57). Sum of RGB (Red+Green+Blue) = 164+50+57=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A43239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43239 is #5BCDC6. Grayscale: #545454. Windows color (decimal): -6016455 or 3748516. OLE color: 3748516.

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

Color convert

RGB1645057-
CMYK00.700.650.36
HSL356.32º53.27%41.96%-
HSV(B)356.32º69.51%64.31%-
XYZ17.1910.474.99-
YUV84.88112.27184.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=60.52%
G=18.45%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164505700.700.650.36356.3253.2741.96
HexA432390464124164352a
Octal24462710106101445446552
Binary10100100110010111001010001101000001100100101100100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43239; }

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

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

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

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

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

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

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

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