#A23738

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

Shades of Guardsman Red #A23738

Tints of Guardsman Red #A23738

Color information

#A23738 (or 0xA23738) is unknown color: approx Guardsman Red. HEX triplet: A2, 37 and 38. RGB value is (162,55,56). Sum of RGB (Red+Green+Blue) = 162+55+56=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A23738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23738 is #5DC8C7. Grayscale: #575757. Windows color (decimal): -6146248 or 3684258. OLE color: 3684258.

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

Color convert

RGB1625556-
CMYK00.660.650.36
HSL359.44º49.31%42.55%-
HSV(B)359.44º66.05%63.53%-
XYZ16.9810.74.91-
YUV87.11110.45181.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=59.34%
G=20.15%
B=20.51%

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
Decimal162555600.660.650.36359.4449.3142.55
HexA237380424124167312b
Octal24267700102101445476153
Binary10100010110111111000010000101000001100100101100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23738; }

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

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

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

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

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

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

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

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