#A5333D

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

Shades of Guardsman Red #A5333D

Tints of Guardsman Red #A5333D

Color information

#A5333D (or 0xA5333D) is unknown color: approx Guardsman Red. HEX triplet: A5, 33 and 3D. RGB value is (165,51,61). Sum of RGB (Red+Green+Blue) = 165+51+61=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5333D is #5ACCC2. Grayscale: #565656. Windows color (decimal): -5950659 or 4010917. OLE color: 4010917.

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

Color convert

RGB1655161-
CMYK00.690.630.35
HSL354.74º52.78%42.35%-
HSV(B)354.74º69.09%64.71%-
XYZ17.5410.75.56-
YUV86.23113.77184.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=59.57%
G=18.41%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165516100.690.630.35354.7452.7842.35
HexA5333D0453F23163352a
Octal2456375010577435436552
Binary1010010111001111110101000101111111100011101100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5333D; }

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

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

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

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

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

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

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

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