#a12838

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

Shades of Guardsman Red #A12838

Tints of Guardsman Red #A12838

Color information

#A12838 (or 0xA12838) is unknown color: approx Guardsman Red. HEX triplet: A1, 28 and 38. RGB value is (161,40,56). Sum of RGB (Red+Green+Blue) = 161+40+56=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A12838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12838 is #5ED7C7. Grayscale: #4E4E4E. Windows color (decimal): -6215624 or 3680417. OLE color: 3680417.

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

Color convert

RGB1614056-
CMYK00.750.650.37
HSL352.07º60.2%39.41%-
HSV(B)352.07º75.16%63.14%-
XYZ16.179.384.7-
YUV78115.59187.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.65%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=62.65%
G=15.56%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161405600.750.650.37352.0760.239.41
HexA1283804B41251603c27
Octal24150700113101455407447
Binary10100001101000111000010010111000001100101101100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a12838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a12838; }

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

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

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

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

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

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

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

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