#A33138

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

Shades of Guardsman Red #A33138

Tints of Guardsman Red #A33138

Color information

#A33138 (or 0xA33138) is unknown color: approx Guardsman Red. HEX triplet: A3, 31 and 38. RGB value is (163,49,56). Sum of RGB (Red+Green+Blue) = 163+49+56=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A33138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33138 is #5CCEC7. Grayscale: #535353. Windows color (decimal): -6082248 or 3682723. OLE color: 3682723.

HSL color Cylindrical-coordinate representation of color #A33138: hue angle of 356.32º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33138 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1634956-
CMYK00.700.660.36
HSL356.32º53.77%41.57%-
HSV(B)356.32º69.94%63.92%-
XYZ16.9210.274.83-
YUV83.88112.27184.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=60.82%
G=18.28%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163495600.700.660.36356.3253.7741.57
HexA331380464224164362a
Octal24361700106102445446652
Binary10100011110001111000010001101000010100100101100100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33138; }

 p { color: rgb(163,49,56); }

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

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

 a { background-color: rgb(163,49,56); }

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

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

 span { border-color: rgb(163,49,56); }

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