#A42A3D

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

Shades of Guardsman Red #A42A3D

Tints of Guardsman Red #A42A3D

Color information

#A42A3D (or 0xA42A3D) is unknown color: approx Guardsman Red. HEX triplet: A4, 2A and 3D. RGB value is (164,42,61). Sum of RGB (Red+Green+Blue) = 164+42+61=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A3D is #5BD5C2. Grayscale: #505050. Windows color (decimal): -6018499 or 4008612. OLE color: 4008612.

HSL color Cylindrical-coordinate representation of color #A42A3D: hue angle of 350.66º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42A3D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1644261-
CMYK00.740.630.36
HSL350.66º59.22%40.39%-
HSV(B)350.66º74.39%64.31%-
XYZ16.989.895.43-
YUV80.64116.92187.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.42%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=61.42%
G=15.73%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164426100.740.630.36350.6659.2240.39
HexA42A3D04A3F2415f3b28
Octal2445275011277445377350
Binary1010010010101011110101001010111111100100101011111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42A3D; }

 p { color: rgb(164,42,61); }

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

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

 a { background-color: rgb(164,42,61); }

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

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

 span { border-color: rgb(164,42,61); }

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