#A7262C

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

Shades of Guardsman Red #A7262C

Tints of Guardsman Red #A7262C

Color information

#A7262C (or 0xA7262C) is unknown color: approx Guardsman Red. HEX triplet: A7, 26 and 2C. RGB value is (167,38,44). Sum of RGB (Red+Green+Blue) = 167+38+44=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A7262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7262C is #58D9D3. Grayscale: #4D4D4D. Windows color (decimal): -5822932 or 2893479. OLE color: 2893479.

HSL color Cylindrical-coordinate representation of color #A7262C: hue angle of 357.21º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7262C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1673844-
CMYK00.770.740.35
HSL357.21º62.93%40.2%-
HSV(B)357.21º77.25%65.49%-
XYZ17.089.783.37-
YUV77.26109.24192.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.07%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=67.07%
G=15.26%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167384400.770.740.35357.2162.9340.2
HexA7262C04D4A231653f28
Octal24746540115112435457750
Binary10100111100110101100010011011001010100011101100101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7262C; }

 p { color: rgb(167,38,44); }

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

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

 a { background-color: rgb(167,38,44); }

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

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

 span { border-color: rgb(167,38,44); }

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