#a4303a

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

Shades of Guardsman Red #A4303A

Tints of Guardsman Red #A4303A

Color information

#A4303A (or 0xA4303A) is unknown color: approx Guardsman Red. HEX triplet: A4, 30 and 3A. RGB value is (164,48,58). Sum of RGB (Red+Green+Blue) = 164+48+58=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A4303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4303A is #5BCFC5. Grayscale: #535353. Windows color (decimal): -6016966 or 3813540. OLE color: 3813540.

HSL color Cylindrical-coordinate representation of color #A4303A: hue angle of 354.83º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4303A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1644858-
CMYK00.710.650.36
HSL354.83º54.72%41.57%-
HSV(B)354.83º70.73%64.31%-
XYZ17.1310.315.09-
YUV83.82113.43185.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=60.74%
G=17.78%
B=21.48%

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
Decimal164485800.710.650.36354.8354.7241.57
HexA4303A0474124163372a
Octal24460720107101445436752
Binary10100100110000111010010001111000001100100101100011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4303a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4303a; }

 p { color: rgb(164,48,58); }

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

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

 a { background-color: rgb(164,48,58); }

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

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

 span { border-color: rgb(164,48,58); }

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