#a5283b

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

Shades of Guardsman Red #A5283B

Tints of Guardsman Red #A5283B

Color information

#A5283B (or 0xA5283B) is unknown color: approx Guardsman Red. HEX triplet: A5, 28 and 3B. RGB value is (165,40,59). Sum of RGB (Red+Green+Blue) = 165+40+59=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5283B is #5AD7C4. Grayscale: #4F4F4F. Windows color (decimal): -5953477 or 3877029. OLE color: 3877029.

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

Color convert

RGB1654059-
CMYK00.760.640.35
HSL350.88º60.98%40.2%-
HSV(B)350.88º75.76%64.71%-
XYZ17.079.835.14-
YUV79.54116.41188.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=62.5%
G=15.15%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165405900.760.640.35350.8860.9840.2
HexA5283B04C402315f3d28
Octal24550730114100435377550
Binary10100101101000111011010011001000000100011101011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5283b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5283b; }

 p { color: rgb(165,40,59); }

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

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

 a { background-color: rgb(165,40,59); }

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

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

 span { border-color: rgb(165,40,59); }

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