#A32127

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

Shades of Guardsman Red #A32127

Tints of Guardsman Red #A32127

Color information

#A32127 (or 0xA32127) is unknown color: approx Guardsman Red. HEX triplet: A3, 21 and 27. RGB value is (163,33,39). Sum of RGB (Red+Green+Blue) = 163+33+39=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A32127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32127 is #5CDED8. Grayscale: #484848. Windows color (decimal): -6086361 or 2564515. OLE color: 2564515.

HSL color Cylindrical-coordinate representation of color #A32127: hue angle of 357.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32127 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1633339-
CMYK00.800.760.36
HSL357.23º66.33%38.43%-
HSV(B)357.23º79.75%63.92%-
XYZ16.019.022.82-
YUV72.55109.07192.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.36%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=69.36%
G=14.04%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163333900.800.760.36357.2366.3338.43
HexA321270504C241654226
Octal243414701201144454510246
Binary101000111000011001110101000010011001001001011001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32127; }

 p { color: rgb(163,33,39); }

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

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

 a { background-color: rgb(163,33,39); }

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

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

 span { border-color: rgb(163,33,39); }

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