#A42F39

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

Shades of Guardsman Red #A42F39

Tints of Guardsman Red #A42F39

Color information

#A42F39 (or 0xA42F39) is unknown color: approx Guardsman Red. HEX triplet: A4, 2F and 39. RGB value is (164,47,57). Sum of RGB (Red+Green+Blue) = 164+47+57=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F39 is #5BD0C6. Grayscale: #535353. Windows color (decimal): -6017223 or 3747748. OLE color: 3747748.

HSL color Cylindrical-coordinate representation of color #A42F39: hue angle of 354.87º 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 #A42F39 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1644757-
CMYK00.710.650.36
HSL354.87º55.45%41.37%-
HSV(B)354.87º71.34%64.31%-
XYZ17.0610.224.94-
YUV83.12113.26185.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 57 (22.66% from 255) = 21.27%
R=61.19%
G=17.54%
B=21.27%

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
Decimal164475700.710.650.36354.8755.4541.37
HexA42F3904741241633729
Octal24457710107101445436751
Binary10100100101111111001010001111000001100100101100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42F39; }

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

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

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

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

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

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

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

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