#A5303A

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

Shades of Guardsman Red #A5303A

Tints of Guardsman Red #A5303A

Color information

#A5303A (or 0xA5303A) is unknown color: approx Guardsman Red. HEX triplet: A5, 30 and 3A. RGB value is (165,48,58). Sum of RGB (Red+Green+Blue) = 165+48+58=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A5303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5303A is #5ACFC5. Grayscale: #545454. Windows color (decimal): -5951430 or 3813541. OLE color: 3813541.

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

Color convert

RGB1654858-
CMYK00.710.650.35
HSL354.87º54.93%41.76%-
HSV(B)354.87º70.91%64.71%-
XYZ17.3410.425.1-
YUV84.12113.26185.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=60.89%
G=17.71%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165485800.710.650.35354.8754.9341.76
HexA5303A0474123163372a
Octal24560720107101435436752
Binary10100101110000111010010001111000001100011101100011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5303A; }

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

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

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

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

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

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

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

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