#A23236

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

Shades of Guardsman Red #A23236

Tints of Guardsman Red #A23236

Color information

#A23236 (or 0xA23236) is unknown color: approx Guardsman Red. HEX triplet: A2, 32 and 36. RGB value is (162,50,54). Sum of RGB (Red+Green+Blue) = 162+50+54=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23236 is #5DCDC9. Grayscale: #545454. Windows color (decimal): -6147530 or 3551906. OLE color: 3551906.

HSL color Cylindrical-coordinate representation of color #A23236: hue angle of 357.86º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23236 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1625054-
CMYK00.690.670.36
HSL357.86º52.83%41.57%-
HSV(B)357.86º69.14%63.53%-
XYZ16.7110.234.58-
YUV83.94111.11183.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=60.90%
G=18.80%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162505400.690.670.36357.8652.8341.57
HexA232360454324166352a
Octal24262660105103445466552
Binary10100010110010110110010001011000011100100101100110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23236; }

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

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

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

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

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

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

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

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