#A42731

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

Shades of Guardsman Red #A42731

Tints of Guardsman Red #A42731

Color information

#A42731 (or 0xA42731) is unknown color: approx Guardsman Red. HEX triplet: A4, 27 and 31. RGB value is (164,39,49). Sum of RGB (Red+Green+Blue) = 164+39+49=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A42731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42731 is #5BD8CE. Grayscale: #4D4D4D. Windows color (decimal): -6019279 or 3221412. OLE color: 3221412.

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

Color convert

RGB1643949-
CMYK00.760.700.36
HSL355.2º61.58%39.8%-
HSV(B)355.2º76.22%64.31%-
XYZ16.599.573.88-
YUV77.52111.91189.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.08%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=65.08%
G=15.48%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164394900.760.700.36355.261.5839.8
HexA4273104C46241633e28
Octal24447610114106445437650
Binary10100100100111110001010011001000110100100101100011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42731; }

 p { color: rgb(164,39,49); }

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

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

 a { background-color: rgb(164,39,49); }

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

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

 span { border-color: rgb(164,39,49); }

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