#A23A3C

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

Shades of Guardsman Red #A23A3C

Tints of Guardsman Red #A23A3C

Color information

#A23A3C (or 0xA23A3C) is unknown color: approx Guardsman Red. HEX triplet: A2, 3A and 3C. RGB value is (162,58,60). Sum of RGB (Red+Green+Blue) = 162+58+60=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A3C is #5DC5C3. Grayscale: #595959. Windows color (decimal): -6145476 or 3947170. OLE color: 3947170.

HSL color Cylindrical-coordinate representation of color #A23A3C: hue angle of 358.85º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A3C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1625860-
CMYK00.640.630.36
HSL358.85º47.27%43.14%-
HSV(B)358.85º64.2%63.53%-
XYZ17.2311.035.5-
YUV89.32111.46179.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=57.86%
G=20.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162586000.640.630.36358.8547.2743.14
HexA23A3C0403F241672f2b
Octal2427274010077445475753
Binary1010001011101011110001000000111111100100101100111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A3C; }

 p { color: rgb(162,58,60); }

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

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

 a { background-color: rgb(162,58,60); }

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

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

 span { border-color: rgb(162,58,60); }

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