#A5303E

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

Shades of Guardsman Red #A5303E

Tints of Guardsman Red #A5303E

Color information

#A5303E (or 0xA5303E) is unknown color: approx Guardsman Red. HEX triplet: A5, 30 and 3E. RGB value is (165,48,62). Sum of RGB (Red+Green+Blue) = 165+48+62=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5303E is #5ACFC1. Grayscale: #545454. Windows color (decimal): -5951426 or 4075685. OLE color: 4075685.

HSL color Cylindrical-coordinate representation of color #A5303E: hue angle of 352.82º 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 #A5303E is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1654862-
CMYK00.710.620.35
HSL352.82º54.93%41.76%-
HSV(B)352.82º70.91%64.71%-
XYZ17.4410.465.66-
YUV84.58115.26185.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 62 (24.61% from 255) = 22.55%
R=60%
G=17.45%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165486200.710.620.35352.8254.9341.76
HexA5303E0473E23161372a
Octal2456076010776435416752
Binary1010010111000011111001000111111110100011101100001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5303E; }

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

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

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

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

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

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

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

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