#A23437

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

Shades of Guardsman Red #A23437

Tints of Guardsman Red #A23437

Color information

#A23437 (or 0xA23437) is unknown color: approx Guardsman Red. HEX triplet: A2, 34 and 37. RGB value is (162,52,55). Sum of RGB (Red+Green+Blue) = 162+52+55=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A23437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23437 is #5DCBC8. Grayscale: #555555. Windows color (decimal): -6147017 or 3617954. OLE color: 3617954.

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

Color convert

RGB1625255-
CMYK00.680.660.36
HSL358.36º51.4%41.96%-
HSV(B)358.36º67.9%63.53%-
XYZ16.8210.414.74-
YUV85.23110.94182.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=60.22%
G=19.33%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162525500.680.660.36358.3651.441.96
HexA234370444224166332a
Octal24264670104102445466352
Binary10100010110100110111010001001000010100100101100110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23437; }

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

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

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

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

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

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

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

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