#A5333B

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

Shades of Guardsman Red #A5333B

Tints of Guardsman Red #A5333B

Color information

#A5333B (or 0xA5333B) is unknown color: approx Guardsman Red. HEX triplet: A5, 33 and 3B. RGB value is (165,51,59). Sum of RGB (Red+Green+Blue) = 165+51+59=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5333B is #5ACCC4. Grayscale: #565656. Windows color (decimal): -5950661 or 3879845. OLE color: 3879845.

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

Color convert

RGB1655159-
CMYK00.690.640.35
HSL355.79º52.78%42.35%-
HSV(B)355.79º69.09%64.71%-
XYZ17.4910.685.28-
YUV86112.77184.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=60%
G=18.55%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165515900.690.640.35355.7952.7842.35
HexA5333B0454023164352a
Octal24563730105100435446552
Binary10100101110011111011010001011000000100011101100100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5333B; }

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

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

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

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

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

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

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

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