#A23239

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

Shades of Guardsman Red #A23239

Tints of Guardsman Red #A23239

Color information

#A23239 (or 0xA23239) is unknown color: approx Guardsman Red. HEX triplet: A2, 32 and 39. RGB value is (162,50,57). Sum of RGB (Red+Green+Blue) = 162+50+57=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A23239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23239 is #5DCDC6. Grayscale: #545454. Windows color (decimal): -6147527 or 3748514. OLE color: 3748514.

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

Color convert

RGB1625057-
CMYK00.690.650.36
HSL356.25º52.83%41.57%-
HSV(B)356.25º69.14%63.53%-
XYZ16.7810.264.97-
YUV84.29112.61183.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=60.22%
G=18.59%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162505700.690.650.36356.2552.8341.57
HexA232390454124164352a
Octal24262710105101445446552
Binary10100010110010111001010001011000001100100101100100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23239; }

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

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

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

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

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

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

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

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