#A72527

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

Shades of Guardsman Red #A72527

Tints of Guardsman Red #A72527

Color information

#A72527 (or 0xA72527) is unknown color: approx Guardsman Red. HEX triplet: A7, 25 and 27. RGB value is (167,37,39). Sum of RGB (Red+Green+Blue) = 167+37+39=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A72527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72527 is #58DAD8. Grayscale: #4C4C4C. Windows color (decimal): -5823193 or 2565543. OLE color: 2565543.

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

Color convert

RGB1673739-
CMYK00.780.770.35
HSL359.08º63.73%40%-
HSV(B)359.08º77.84%65.49%-
XYZ16.969.692.89-
YUV76.1107.07192.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=68.72%
G=15.23%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167373900.780.770.35359.0863.7340
HexA7252704E4D231674028
Octal247454701161154354710050
Binary101001111001011001110100111010011011000111011001111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72527; }

 p { color: rgb(167,37,39); }

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

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

 a { background-color: rgb(167,37,39); }

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

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

 span { border-color: rgb(167,37,39); }

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