#A23341

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

Shades of Guardsman Red #A23341

Tints of Guardsman Red #A23341

Color information

#A23341 (or 0xA23341) is unknown color: approx Guardsman Red. HEX triplet: A2, 33 and 41. RGB value is (162,51,65). Sum of RGB (Red+Green+Blue) = 162+51+65=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A23341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23341 is #5DCCBE. Grayscale: #555555. Windows color (decimal): -6147263 or 4273058. OLE color: 4273058.

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

Color convert

RGB1625165-
CMYK00.690.600.36
HSL352.43º52.11%41.76%-
HSV(B)352.43º68.52%63.53%-
XYZ17.0410.436.12-
YUV85.78116.27182.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=58.27%
G=18.35%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162516500.690.600.36352.4352.1141.76
HexA233410453C24160342a
Octal24263101010574445406452
Binary10100010110011100000101000101111100100100101100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23341; }

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

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

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

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

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

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

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

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