#A23639

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

Shades of Guardsman Red #A23639

Tints of Guardsman Red #A23639

Color information

#A23639 (or 0xA23639) is unknown color: approx Guardsman Red. HEX triplet: A2, 36 and 39. RGB value is (162,54,57). Sum of RGB (Red+Green+Blue) = 162+54+57=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A23639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23639 is #5DC9C6. Grayscale: #565656. Windows color (decimal): -6146503 or 3749538. OLE color: 3749538.

HSL color Cylindrical-coordinate representation of color #A23639: hue angle of 358.33º degrees, saturation: 0.5, 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 #A23639 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1625457-
CMYK00.670.650.36
HSL358.33º50%42.35%-
HSV(B)358.33º66.67%63.53%-
XYZ16.9610.625.03-
YUV86.63111.28181.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=59.34%
G=19.78%
B=20.88%

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
Decimal162545700.670.650.36358.335042.35
HexA236390434124166322a
Octal24266710103101445466252
Binary10100010110110111001010000111000001100100101100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23639; }

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

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

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

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

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

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

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

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