#A23740

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

Shades of Guardsman Red #A23740

Tints of Guardsman Red #A23740

Color information

#A23740 (or 0xA23740) is unknown color: approx Guardsman Red. HEX triplet: A2, 37 and 40. RGB value is (162,55,64). Sum of RGB (Red+Green+Blue) = 162+55+64=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A23740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23740 is #5DC8BF. Grayscale: #585858. Windows color (decimal): -6146240 or 4208546. OLE color: 4208546.

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

Color convert

RGB1625564-
CMYK00.660.600.36
HSL354.95º49.31%42.55%-
HSV(B)354.95º66.05%63.53%-
XYZ17.1910.786.03-
YUV88.02114.45180.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=57.65%
G=19.57%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162556400.660.600.36354.9549.3142.55
HexA237400423C24163312b
Octal24267100010274445436153
Binary10100010110111100000001000010111100100100101100011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23740; }

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

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

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

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

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

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

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

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