#A23640

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

Shades of Guardsman Red #A23640

Tints of Guardsman Red #A23640

Color information

#A23640 (or 0xA23640) is unknown color: approx Guardsman Red. HEX triplet: A2, 36 and 40. RGB value is (162,54,64). Sum of RGB (Red+Green+Blue) = 162+54+64=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A23640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23640 is #5DC9BF. Grayscale: #575757. Windows color (decimal): -6146496 or 4208290. OLE color: 4208290.

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

Color convert

RGB1625464-
CMYK00.670.600.36
HSL354.44º50%42.35%-
HSV(B)354.44º66.67%63.53%-
XYZ17.1410.696.01-
YUV87.43114.78181.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=57.86%
G=19.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162546400.670.600.36354.445042.35
HexA236400433C24162322a
Octal24266100010374445426252
Binary10100010110110100000001000011111100100100101100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23640; }

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

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

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

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

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

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

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

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