#A23140

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

Shades of Guardsman Red #A23140

Tints of Guardsman Red #A23140

Color information

#A23140 (or 0xA23140) is unknown color: approx Guardsman Red. HEX triplet: A2, 31 and 40. RGB value is (162,49,64). Sum of RGB (Red+Green+Blue) = 162+49+64=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A23140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23140 is #5DCEBF. Grayscale: #545454. Windows color (decimal): -6147776 or 4207010. OLE color: 4207010.

HSL color Cylindrical-coordinate representation of color #A23140: hue angle of 352.04º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23140 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1624964-
CMYK00.700.600.36
HSL352.04º53.55%41.37%-
HSV(B)352.04º69.75%63.53%-
XYZ16.9210.255.94-
YUV84.5116.44183.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=58.91%
G=17.82%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162496400.700.600.36352.0453.5541.37
HexA231400463C241603629
Octal24261100010674445406651
Binary10100010110001100000001000110111100100100101100000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23140; }

 p { color: rgb(162,49,64); }

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

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

 a { background-color: rgb(162,49,64); }

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

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

 span { border-color: rgb(162,49,64); }

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