#a3333d

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

Shades of Guardsman Red #A3333D

Tints of Guardsman Red #A3333D

Color information

#A3333D (or 0xA3333D) is unknown color: approx Guardsman Red. HEX triplet: A3, 33 and 3D. RGB value is (163,51,61). Sum of RGB (Red+Green+Blue) = 163+51+61=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3333D is #5CCCC2. Grayscale: #555555. Windows color (decimal): -6081731 or 4010915. OLE color: 4010915.

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

Color convert

RGB1635161-
CMYK00.690.630.36
HSL354.64º52.34%41.96%-
HSV(B)354.64º68.71%63.92%-
XYZ17.1310.495.54-
YUV85.63114.11183.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=59.27%
G=18.55%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163516100.690.630.36354.6452.3441.96
HexA3333D0453F24163342a
Octal2436375010577445436452
Binary1010001111001111110101000101111111100100101100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3333d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3333d; }

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

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

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

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

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

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

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

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