#A23A3D

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

Shades of Guardsman Red #A23A3D

Tints of Guardsman Red #A23A3D

Color information

#A23A3D (or 0xA23A3D) is unknown color: approx Guardsman Red. HEX triplet: A2, 3A and 3D. RGB value is (162,58,61). Sum of RGB (Red+Green+Blue) = 162+58+61=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A3D is #5DC5C2. Grayscale: #595959. Windows color (decimal): -6145475 or 4012706. OLE color: 4012706.

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

Color convert

RGB1625861-
CMYK00.640.620.36
HSL358.27º47.27%43.14%-
HSV(B)358.27º64.2%63.53%-
XYZ17.2611.045.64-
YUV89.44111.96179.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=57.65%
G=20.64%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162586100.640.620.36358.2747.2743.14
HexA23A3D0403E241662f2b
Octal2427275010076445465753
Binary1010001011101011110101000000111110100100101100110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A3D; }

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

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

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

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

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

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

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

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