#a13238

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

Shades of Guardsman Red #A13238

Tints of Guardsman Red #A13238

Color information

#A13238 (or 0xA13238) is unknown color: approx Guardsman Red. HEX triplet: A1, 32 and 38. RGB value is (161,50,56). Sum of RGB (Red+Green+Blue) = 161+50+56=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A13238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13238 is #5ECDC7. Grayscale: #535353. Windows color (decimal): -6213064 or 3682977. OLE color: 3682977.

HSL color Cylindrical-coordinate representation of color #A13238: hue angle of 356.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13238 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1615056-
CMYK00.690.650.37
HSL356.76º52.61%41.37%-
HSV(B)356.76º68.94%63.14%-
XYZ16.5510.144.83-
YUV83.87112.27183.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=60.30%
G=18.73%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161505600.690.650.37356.7652.6141.37
HexA1323804541251653529
Octal24162700105101455456551
Binary10100001110010111000010001011000001100101101100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13238; }

 p { color: rgb(161,50,56); }

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

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

 a { background-color: rgb(161,50,56); }

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

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

 span { border-color: rgb(161,50,56); }

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