#A23839

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

Shades of Guardsman Red #A23839

Tints of Guardsman Red #A23839

Color information

#A23839 (or 0xA23839) is unknown color: approx Guardsman Red. HEX triplet: A2, 38 and 39. RGB value is (162,56,57). Sum of RGB (Red+Green+Blue) = 162+56+57=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A23839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23839 is #5DC7C6. Grayscale: #575757. Windows color (decimal): -6145991 or 3750050. OLE color: 3750050.

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

Color convert

RGB1625657-
CMYK00.650.650.36
HSL359.43º48.62%42.75%-
HSV(B)359.43º65.43%63.53%-
XYZ17.0510.815.06-
YUV87.81110.62180.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=58.91%
G=20.36%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162565700.650.650.36359.4348.6242.75
HexA238390414124167312b
Octal24270710101101445476153
Binary10100010111000111001010000011000001100100101100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23839; }

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

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

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

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

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

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

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

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