#A23739

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

Shades of Guardsman Red #A23739

Tints of Guardsman Red #A23739

Color information

#A23739 (or 0xA23739) is unknown color: approx Guardsman Red. HEX triplet: A2, 37 and 39. RGB value is (162,55,57). Sum of RGB (Red+Green+Blue) = 162+55+57=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A23739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23739 is #5DC8C6. Grayscale: #575757. Windows color (decimal): -6146247 or 3749794. OLE color: 3749794.

HSL color Cylindrical-coordinate representation of color #A23739: hue angle of 358.88º 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 #A23739 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1625557-
CMYK00.660.650.36
HSL358.88º49.31%42.55%-
HSV(B)358.88º66.05%63.53%-
XYZ17.0110.715.04-
YUV87.22110.95181.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=59.12%
G=20.07%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162555700.660.650.36358.8849.3142.55
HexA237390424124167312b
Octal24267710102101445476153
Binary10100010110111111001010000101000001100100101100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23739; }

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

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

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

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

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

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

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

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