#A12A3C

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

Shades of Guardsman Red #A12A3C

Tints of Guardsman Red #A12A3C

Color information

#A12A3C (or 0xA12A3C) is unknown color: approx Guardsman Red. HEX triplet: A1, 2A and 3C. RGB value is (161,42,60). Sum of RGB (Red+Green+Blue) = 161+42+60=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A3C is #5ED5C3. Grayscale: #4F4F4F. Windows color (decimal): -6215108 or 3943073. OLE color: 3943073.

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

Color convert

RGB1614260-
CMYK00.740.630.37
HSL350.92º58.62%39.8%-
HSV(B)350.92º73.91%63.14%-
XYZ16.349.565.26-
YUV79.63116.92186.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=61.22%
G=15.97%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161426000.740.630.37350.9258.6239.8
HexA12A3C04A3F2515f3b28
Octal2415274011277455377350
Binary1010000110101011110001001010111111100101101011111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A3C; }

 p { color: rgb(161,42,60); }

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

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

 a { background-color: rgb(161,42,60); }

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

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

 span { border-color: rgb(161,42,60); }

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