#A42F3B

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

Shades of Guardsman Red #A42F3B

Tints of Guardsman Red #A42F3B

Color information

#A42F3B (or 0xA42F3B) is unknown color: approx Guardsman Red. HEX triplet: A4, 2F and 3B. RGB value is (164,47,59). Sum of RGB (Red+Green+Blue) = 164+47+59=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F3B is #5BD0C4. Grayscale: #535353. Windows color (decimal): -6017221 or 3878820. OLE color: 3878820.

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

Color convert

RGB1644759-
CMYK00.710.640.36
HSL353.85º55.45%41.37%-
HSV(B)353.85º71.34%64.31%-
XYZ17.1210.245.21-
YUV83.35114.26185.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 47 (18.75% from 255) = 17.41%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=60.74%
G=17.41%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164475900.710.640.36353.8555.4541.37
HexA42F3B04740241623729
Octal24457730107100445426751
Binary10100100101111111011010001111000000100100101100010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42F3B; }

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

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

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

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

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

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

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

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