#A72631

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

Shades of Guardsman Red #A72631

Tints of Guardsman Red #A72631

Color information

#A72631 (or 0xA72631) is unknown color: approx Guardsman Red. HEX triplet: A7, 26 and 31. RGB value is (167,38,49). Sum of RGB (Red+Green+Blue) = 167+38+49=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A72631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72631 is #58D9CE. Grayscale: #4D4D4D. Windows color (decimal): -5822927 or 3221159. OLE color: 3221159.

HSL color Cylindrical-coordinate representation of color #A72631: hue angle of 354.88º 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 #A72631 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1673849-
CMYK00.770.710.35
HSL354.88º62.93%40.2%-
HSV(B)354.88º77.25%65.49%-
XYZ17.189.823.9-
YUV77.82111.74191.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.75%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=65.75%
G=14.96%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167384900.770.710.35354.8862.9340.2
HexA7263104D47231633f28
Octal24746610115107435437750
Binary10100111100110110001010011011000111100011101100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72631; }

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

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

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

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

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

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

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

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