#A33032

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

Shades of Guardsman Red #A33032

Tints of Guardsman Red #A33032

Color information

#A33032 (or 0xA33032) is unknown color: approx Guardsman Red. HEX triplet: A3, 30 and 32. RGB value is (163,48,50). Sum of RGB (Red+Green+Blue) = 163+48+50=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A33032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33032 is #5CCFCD. Grayscale: #525252. Windows color (decimal): -6082510 or 3289251. OLE color: 3289251.

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

Color convert

RGB1634850-
CMYK00.710.690.36
HSL358.96º54.5%41.37%-
HSV(B)358.96º70.55%63.92%-
XYZ16.7410.134.09-
YUV82.61109.6185.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=62.45%
G=18.39%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163485000.710.690.36358.9654.541.37
HexA3303204745241673729
Octal24360620107105445476751
Binary10100011110000110010010001111000101100100101100111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33032; }

 p { color: rgb(163,48,50); }

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

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

 a { background-color: rgb(163,48,50); }

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

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

 span { border-color: rgb(163,48,50); }

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