#A71F24

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

Shades of Guardsman Red #A71F24

Tints of Guardsman Red #A71F24

Color information

#A71F24 (or 0xA71F24) is unknown color: approx Guardsman Red. HEX triplet: A7, 1F and 24. RGB value is (167,31,36). Sum of RGB (Red+Green+Blue) = 167+31+36=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71F24 is #58E0DB. Grayscale: #484848. Windows color (decimal): -5824732 or 2367399. OLE color: 2367399.

HSL color Cylindrical-coordinate representation of color #A71F24: hue angle of 357.79º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A71F24 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1673136-
CMYK00.810.780.35
HSL357.79º68.69%38.82%-
HSV(B)357.79º81.44%65.49%-
XYZ16.749.322.59-
YUV72.23107.56195.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.37%
GREEN value IS 31 (12.5% from 255) = 13.25%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=71.37%
G=13.25%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167313600.810.780.35357.7968.6938.82
HexA71F240514E231664527
Octal247374401211164354610547
Binary10100111111111001000101000110011101000111011001101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71F24; }

 p { color: rgb(167,31,36); }

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

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

 a { background-color: rgb(167,31,36); }

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

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

 span { border-color: rgb(167,31,36); }

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