#A32628

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

Shades of Guardsman Red #A32628

Tints of Guardsman Red #A32628

Color information

#A32628 (or 0xA32628) is unknown color: approx Guardsman Red. HEX triplet: A3, 26 and 28. RGB value is (163,38,40). Sum of RGB (Red+Green+Blue) = 163+38+40=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A32628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32628 is #5CD9D7. Grayscale: #4B4B4B. Windows color (decimal): -6085080 or 2631331. OLE color: 2631331.

HSL color Cylindrical-coordinate representation of color #A32628: hue angle of 359.04º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32628 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1633840-
CMYK00.770.750.36
HSL359.04º62.19%39.41%-
HSV(B)359.04º76.69%63.92%-
XYZ16.189.332.95-
YUV75.6107.91190.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=67.63%
G=15.77%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163384000.770.750.36359.0462.1939.41
HexA3262804D4B241673e27
Octal24346500115113445477647
Binary10100011100110101000010011011001011100100101100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32628; }

 p { color: rgb(163,38,40); }

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

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

 a { background-color: rgb(163,38,40); }

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

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

 span { border-color: rgb(163,38,40); }

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