#A5333F

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

Shades of Guardsman Red #A5333F

Tints of Guardsman Red #A5333F

Color information

#A5333F (or 0xA5333F) is unknown color: approx Guardsman Red. HEX triplet: A5, 33 and 3F. RGB value is (165,51,63). Sum of RGB (Red+Green+Blue) = 165+51+63=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A5333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5333F is #5ACCC0. Grayscale: #565656. Windows color (decimal): -5950657 or 4141989. OLE color: 4141989.

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

Color convert

RGB1655163-
CMYK00.690.620.35
HSL353.68º52.78%42.35%-
HSV(B)353.68º69.09%64.71%-
XYZ17.610.735.85-
YUV86.45114.77184.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 63 (25% from 255) = 22.58%
R=59.14%
G=18.28%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165516300.690.620.35353.6852.7842.35
HexA5333F0453E23162352a
Octal2456377010576435426552
Binary1010010111001111111101000101111110100011101100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5333F; }

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

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

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

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

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

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

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

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