#A4283D

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

Shades of Guardsman Red #A4283D

Tints of Guardsman Red #A4283D

Color information

#A4283D (or 0xA4283D) is unknown color: approx Guardsman Red. HEX triplet: A4, 28 and 3D. RGB value is (164,40,61). Sum of RGB (Red+Green+Blue) = 164+40+61=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4283D is #5BD7C2. Grayscale: #4F4F4F. Windows color (decimal): -6019011 or 4008100. OLE color: 4008100.

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

Color convert

RGB1644061-
CMYK00.760.630.36
HSL349.84º60.78%40%-
HSV(B)349.84º75.61%64.31%-
XYZ16.919.755.4-
YUV79.47117.58188.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=61.89%
G=15.09%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164406100.760.630.36349.8460.7840
HexA4283D04C3F2415e3d28
Octal2445075011477445367550
Binary1010010010100011110101001100111111100100101011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4283D; }

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

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

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

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

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

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

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

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