#A4282A

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

Shades of Guardsman Red #A4282A

Tints of Guardsman Red #A4282A

Color information

#A4282A (or 0xA4282A) is unknown color: approx Guardsman Red. HEX triplet: A4, 28 and 2A. RGB value is (164,40,42). Sum of RGB (Red+Green+Blue) = 164+40+42=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A4282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4282A is #5BD7D5. Grayscale: #4D4D4D. Windows color (decimal): -6019030 or 2762916. OLE color: 2762916.

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

Color convert

RGB1644042-
CMYK00.760.740.36
HSL359.03º60.78%40%-
HSV(B)359.03º75.61%64.31%-
XYZ16.499.583.17-
YUV77.3108.08189.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.67%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=66.67%
G=16.26%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164404200.760.740.36359.0360.7840
HexA4282A04C4A241673d28
Octal24450520114112445477550
Binary10100100101000101010010011001001010100100101100111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4282A; }

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

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

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

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

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

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

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

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