#A23539

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

Shades of Guardsman Red #A23539

Tints of Guardsman Red #A23539

Color information

#A23539 (or 0xA23539) is unknown color: approx Guardsman Red. HEX triplet: A2, 35 and 39. RGB value is (162,53,57). Sum of RGB (Red+Green+Blue) = 162+53+57=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23539 is #5DCAC6. Grayscale: #565656. Windows color (decimal): -6146759 or 3749282. OLE color: 3749282.

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

Color convert

RGB1625357-
CMYK00.670.650.36
HSL357.8º50.7%42.16%-
HSV(B)357.8º67.28%63.53%-
XYZ16.9110.525.01-
YUV86.05111.61182.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=59.56%
G=19.49%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162535700.670.650.36357.850.742.16
HexA235390434124166332a
Octal24265710103101445466352
Binary10100010110101111001010000111000001100100101100110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23539; }

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

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

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

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

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

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

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

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