#a42e3a

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

Shades of Guardsman Red #A42E3A

Tints of Guardsman Red #A42E3A

Color information

#A42E3A (or 0xA42E3A) is unknown color: approx Guardsman Red. HEX triplet: A4, 2E and 3A. RGB value is (164,46,58). Sum of RGB (Red+Green+Blue) = 164+46+58=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42E3A is #5BD1C5. Grayscale: #525252. Windows color (decimal): -6017478 or 3813028. OLE color: 3813028.

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

Color convert

RGB1644658-
CMYK00.720.650.36
HSL353.9º56.19%41.18%-
HSV(B)353.9º71.95%64.31%-
XYZ17.0510.155.06-
YUV82.65114.09186.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=61.19%
G=17.16%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164465800.720.650.36353.956.1941.18
HexA42E3A04841241623829
Octal24456720110101445427051
Binary10100100101110111010010010001000001100100101100010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42e3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42e3a; }

 p { color: rgb(164,46,58); }

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

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

 a { background-color: rgb(164,46,58); }

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

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

 span { border-color: rgb(164,46,58); }

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