#A12728

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

Shades of Guardsman Red #A12728

Tints of Guardsman Red #A12728

Color information

#A12728 (or 0xA12728) is unknown color: approx Guardsman Red. HEX triplet: A1, 27 and 28. RGB value is (161,39,40). Sum of RGB (Red+Green+Blue) = 161+39+40=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A12728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12728 is #5ED8D7. Grayscale: #4B4B4B. Windows color (decimal): -6215896 or 2631585. OLE color: 2631585.

HSL color Cylindrical-coordinate representation of color #A12728: hue angle of 359.51º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12728 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1613940-
CMYK00.760.750.37
HSL359.51º61%39.22%-
HSV(B)359.51º75.78%63.14%-
XYZ15.819.182.95-
YUV75.59107.92188.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.08%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=67.08%
G=16.25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161394000.760.750.37359.516139.22
HexA1272804C4B251683d27
Octal24147500114113455507547
Binary10100001100111101000010011001001011100101101101000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12728; }

 p { color: rgb(161,39,40); }

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

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

 a { background-color: rgb(161,39,40); }

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

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

 span { border-color: rgb(161,39,40); }

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