#A23136

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

Shades of Guardsman Red #A23136

Tints of Guardsman Red #A23136

Color information

#A23136 (or 0xA23136) is unknown color: approx Guardsman Red. HEX triplet: A2, 31 and 36. RGB value is (162,49,54). Sum of RGB (Red+Green+Blue) = 162+49+54=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A23136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23136 is #5DCEC9. Grayscale: #535353. Windows color (decimal): -6147786 or 3551650. OLE color: 3551650.

HSL color Cylindrical-coordinate representation of color #A23136: hue angle of 357.35º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23136 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1624954-
CMYK00.700.670.36
HSL357.35º53.55%41.37%-
HSV(B)357.35º69.75%63.53%-
XYZ16.6610.144.57-
YUV83.36111.44184.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=61.13%
G=18.49%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162495400.700.670.36357.3553.5541.37
HexA2313604643241653629
Octal24261660106103445456651
Binary10100010110001110110010001101000011100100101100101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23136; }

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

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

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

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

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

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

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

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