#A12E31

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

Shades of Guardsman Red #A12E31

Tints of Guardsman Red #A12E31

Color information

#A12E31 (or 0xA12E31) is unknown color: approx Guardsman Red. HEX triplet: A1, 2E and 31. RGB value is (161,46,49). Sum of RGB (Red+Green+Blue) = 161+46+49=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12E31 is #5ED1CE. Grayscale: #505050. Windows color (decimal): -6214095 or 3223201. OLE color: 3223201.

HSL color Cylindrical-coordinate representation of color #A12E31: hue angle of 358.43º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12E31 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1614649-
CMYK00.710.700.37
HSL358.43º55.56%40.59%-
HSV(B)358.43º71.43%63.14%-
XYZ16.239.753.93-
YUV80.73110.1185.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.89%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=62.89%
G=17.97%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161464900.710.700.37358.4355.5640.59
HexA12E3104746251663829
Octal24156610107106455467051
Binary10100001101110110001010001111000110100101101100110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E31; }

 p { color: rgb(161,46,49); }

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

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

 a { background-color: rgb(161,46,49); }

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

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

 span { border-color: rgb(161,46,49); }

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