#a42b31

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

Shades of Guardsman Red #A42B31

Tints of Guardsman Red #A42B31

Color information

#A42B31 (or 0xA42B31) is unknown color: approx Guardsman Red. HEX triplet: A4, 2B and 31. RGB value is (164,43,49). Sum of RGB (Red+Green+Blue) = 164+43+49=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B31 is #5BD4CE. Grayscale: #4F4F4F. Windows color (decimal): -6018255 or 3222436. OLE color: 3222436.

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

Color convert

RGB1644349-
CMYK00.740.700.36
HSL357.02º58.45%40.59%-
HSV(B)357.02º73.78%64.31%-
XYZ16.739.843.92-
YUV79.86110.59188.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.06%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=64.06%
G=16.80%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164434900.740.700.36357.0258.4540.59
HexA42B3104A46241653a29
Octal24453610112106445457251
Binary10100100101011110001010010101000110100100101100101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42b31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42b31; }

 p { color: rgb(164,43,49); }

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

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

 a { background-color: rgb(164,43,49); }

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

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

 span { border-color: rgb(164,43,49); }

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