#A23440

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

Shades of Guardsman Red #A23440

Tints of Guardsman Red #A23440

Color information

#A23440 (or 0xA23440) is unknown color: approx Guardsman Red. HEX triplet: A2, 34 and 40. RGB value is (162,52,64). Sum of RGB (Red+Green+Blue) = 162+52+64=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A23440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23440 is #5DCBBF. Grayscale: #565656. Windows color (decimal): -6147008 or 4207778. OLE color: 4207778.

HSL color Cylindrical-coordinate representation of color #A23440: hue angle of 353.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23440 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1625264-
CMYK00.680.600.36
HSL353.45º51.4%41.96%-
HSV(B)353.45º67.9%63.53%-
XYZ17.0510.515.98-
YUV86.26115.44182.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=58.27%
G=18.71%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162526400.680.600.36353.4551.441.96
HexA234400443C24161332a
Octal24264100010474445416352
Binary10100010110100100000001000100111100100100101100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23440; }

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

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

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

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

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

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

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

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