#A82831

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

Shades of Guardsman Red #A82831

Tints of Guardsman Red #A82831

Color information

#A82831 (or 0xA82831) is unknown color: approx Guardsman Red. HEX triplet: A8, 28 and 31. RGB value is (168,40,49). Sum of RGB (Red+Green+Blue) = 168+40+49=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A82831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82831 is #57D7CE. Grayscale: #4F4F4F. Windows color (decimal): -5756879 or 3221672. OLE color: 3221672.

HSL color Cylindrical-coordinate representation of color #A82831: hue angle of 355.78º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82831 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB1684049-
CMYK00.760.710.34
HSL355.78º61.54%40.78%-
HSV(B)355.78º76.19%65.88%-
XYZ17.4610.063.93-
YUV79.3110.91191.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.37%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=65.37%
G=15.56%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168404900.760.710.34355.7861.5440.78
HexA8283104C47221643e29
Octal25050610114107425447651
Binary10101000101000110001010011001000111100010101100100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82831; }

 p { color: rgb(168,40,49); }

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

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

 a { background-color: rgb(168,40,49); }

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

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

 span { border-color: rgb(168,40,49); }

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