#A71C1E

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

Shades of Guardsman Red #A71C1E

Tints of Guardsman Red #A71C1E

Color information

#A71C1E (or 0xA71C1E) is unknown color: approx Guardsman Red. HEX triplet: A7, 1C and 1E. RGB value is (167,28,30). Sum of RGB (Red+Green+Blue) = 167+28+30=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71C1E is #58E3E1. Grayscale: #454545. Windows color (decimal): -5825506 or 1973415. OLE color: 1973415.

HSL color Cylindrical-coordinate representation of color #A71C1E: hue angle of 359.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C1E is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1672830-
CMYK00.830.820.35
HSL359.14º71.28%38.24%-
HSV(B)359.14º83.23%65.49%-
XYZ16.599.142.12-
YUV69.79105.55197.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.22%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=74.22%
G=12.44%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167283000.830.820.35359.1471.2838.24
HexA71C1E05352231674726
Octal247343601231224354710746
Binary1010011111100111100101001110100101000111011001111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71C1E; }

 p { color: rgb(167,28,30); }

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

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

 a { background-color: rgb(167,28,30); }

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

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

 span { border-color: rgb(167,28,30); }

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