#A33338

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

Shades of Guardsman Red #A33338

Tints of Guardsman Red #A33338

Color information

#A33338 (or 0xA33338) is unknown color: approx Guardsman Red. HEX triplet: A3, 33 and 38. RGB value is (163,51,56). Sum of RGB (Red+Green+Blue) = 163+51+56=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A33338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33338 is #5CCCC7. Grayscale: #555555. Windows color (decimal): -6081736 or 3683235. OLE color: 3683235.

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

Color convert

RGB1635156-
CMYK00.690.660.36
HSL357.32º52.34%41.96%-
HSV(B)357.32º68.71%63.92%-
XYZ1710.444.86-
YUV85.06111.61183.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 56 (22.27% from 255) = 20.74%
R=60.37%
G=18.89%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163515600.690.660.36357.3252.3441.96
HexA333380454224165342a
Octal24363700105102445456452
Binary10100011110011111000010001011000010100100101100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33338; }

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

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

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

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

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

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

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

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