#A23034

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

Shades of Guardsman Red #A23034

Tints of Guardsman Red #A23034

Color information

#A23034 (or 0xA23034) is unknown color: approx Guardsman Red. HEX triplet: A2, 30 and 34. RGB value is (162,48,52). Sum of RGB (Red+Green+Blue) = 162+48+52=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A23034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23034 is #5DCFCB. Grayscale: #525252. Windows color (decimal): -6148044 or 3420322. OLE color: 3420322.

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

Color convert

RGB1624852-
CMYK00.700.680.36
HSL357.89º54.29%41.18%-
HSV(B)357.89º70.37%63.53%-
XYZ16.5810.044.31-
YUV82.54110.77184.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 52 (20.70% from 255) = 19.85%
R=61.83%
G=18.32%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162485200.700.680.36357.8954.2941.18
HexA2303404644241663629
Octal24260640106104445466651
Binary10100010110000110100010001101000100100100101100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23034; }

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

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

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

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

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

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

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

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