#A7212E

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

Shades of Guardsman Red #A7212E

Tints of Guardsman Red #A7212E

Color information

#A7212E (or 0xA7212E) is unknown color: approx Guardsman Red. HEX triplet: A7, 21 and 2E. RGB value is (167,33,46). Sum of RGB (Red+Green+Blue) = 167+33+46=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7212E is #58DED1. Grayscale: #4A4A4A. Windows color (decimal): -5824210 or 3023271. OLE color: 3023271.

HSL color Cylindrical-coordinate representation of color #A7212E: hue angle of 354.18º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7212E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1673346-
CMYK00.800.720.35
HSL354.18º67%39.22%-
HSV(B)354.18º80.24%65.49%-
XYZ16.979.53.52-
YUV74.55111.89193.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.89%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=67.89%
G=13.41%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167334600.800.720.35354.186739.22
HexA7212E05048231624327
Octal247415601201104354210347
Binary101001111000011011100101000010010001000111011000101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7212E; }

 p { color: rgb(167,33,46); }

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

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

 a { background-color: rgb(167,33,46); }

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

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

 span { border-color: rgb(167,33,46); }

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