#A12C3E

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

Shades of Guardsman Red #A12C3E

Tints of Guardsman Red #A12C3E

Color information

#A12C3E (or 0xA12C3E) is unknown color: approx Guardsman Red. HEX triplet: A1, 2C and 3E. RGB value is (161,44,62). Sum of RGB (Red+Green+Blue) = 161+44+62=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C3E is #5ED3C1. Grayscale: #515151. Windows color (decimal): -6214594 or 4074657. OLE color: 4074657.

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

Color convert

RGB1614462-
CMYK00.730.610.37
HSL350.77º57.07%40.2%-
HSV(B)350.77º72.67%63.14%-
XYZ16.479.735.57-
YUV81.04117.26185.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=60.30%
G=16.48%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161446200.730.610.37350.7757.0740.2
HexA12C3E0493D2515f3928
Octal2415476011175455377150
Binary1010000110110011111001001001111101100101101011111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C3E; }

 p { color: rgb(161,44,62); }

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

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

 a { background-color: rgb(161,44,62); }

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

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

 span { border-color: rgb(161,44,62); }

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