#A42F3A

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

Shades of Guardsman Red #A42F3A

Tints of Guardsman Red #A42F3A

Color information

#A42F3A (or 0xA42F3A) is unknown color: approx Guardsman Red. HEX triplet: A4, 2F and 3A. RGB value is (164,47,58). Sum of RGB (Red+Green+Blue) = 164+47+58=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F3A is #5BD0C5. Grayscale: #535353. Windows color (decimal): -6017222 or 3813284. OLE color: 3813284.

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

Color convert

RGB1644758-
CMYK00.710.650.36
HSL354.36º55.45%41.37%-
HSV(B)354.36º71.34%64.31%-
XYZ17.0910.235.08-
YUV83.24113.76185.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.97%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=60.97%
G=17.47%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164475800.710.650.36354.3655.4541.37
HexA42F3A04741241623729
Octal24457720107101445426751
Binary10100100101111111010010001111000001100100101100010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42F3A; }

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

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

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

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

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

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

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

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