#A23033

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

Shades of Guardsman Red #A23033

Tints of Guardsman Red #A23033

Color information

#A23033 (or 0xA23033) is unknown color: approx Guardsman Red. HEX triplet: A2, 30 and 33. RGB value is (162,48,51). Sum of RGB (Red+Green+Blue) = 162+48+51=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A23033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23033 is #5DCFCC. Grayscale: #525252. Windows color (decimal): -6148045 or 3354786. OLE color: 3354786.

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

Color convert

RGB1624851-
CMYK00.700.690.36
HSL358.42º54.29%41.18%-
HSV(B)358.42º70.37%63.53%-
XYZ16.5510.034.2-
YUV82.43110.27184.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=62.07%
G=18.39%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162485100.700.690.36358.4254.2941.18
HexA2303304645241663629
Octal24260630106105445466651
Binary10100010110000110011010001101000101100100101100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23033; }

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

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

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

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

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

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

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

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