#A72632

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

Shades of Guardsman Red #A72632

Tints of Guardsman Red #A72632

Color information

#A72632 (or 0xA72632) is unknown color: approx Guardsman Red. HEX triplet: A7, 26 and 32. RGB value is (167,38,50). Sum of RGB (Red+Green+Blue) = 167+38+50=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A72632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72632 is #58D9CD. Grayscale: #4E4E4E. Windows color (decimal): -5822926 or 3286695. OLE color: 3286695.

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

Color convert

RGB1673850-
CMYK00.770.700.35
HSL354.42º62.93%40.2%-
HSV(B)354.42º77.25%65.49%-
XYZ17.219.834.01-
YUV77.94112.24191.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.49%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=65.49%
G=14.90%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167385000.770.700.35354.4262.9340.2
HexA7263204D46231623f28
Octal24746620115106435427750
Binary10100111100110110010010011011000110100011101100010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72632; }

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

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

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

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

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

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

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

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