#A82B37

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

Shades of Guardsman Red #A82B37

Tints of Guardsman Red #A82B37

Color information

#A82B37 (or 0xA82B37) is unknown color: approx Guardsman Red. HEX triplet: A8, 2B and 37. RGB value is (168,43,55). Sum of RGB (Red+Green+Blue) = 168+43+55=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82B37 is #57D4C8. Grayscale: #515151. Windows color (decimal): -5756105 or 3615656. OLE color: 3615656.

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

Color convert

RGB1684355-
CMYK00.740.670.34
HSL354.24º59.24%41.37%-
HSV(B)354.24º74.4%65.88%-
XYZ17.710.334.68-
YUV81.74112.91189.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=63.16%
G=16.17%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168435500.740.670.34354.2459.2441.37
HexA82B3704A43221623b29
Octal25053670112103425427351
Binary10101000101011110111010010101000011100010101100010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B37; }

 p { color: rgb(168,43,55); }

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

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

 a { background-color: rgb(168,43,55); }

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

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

 span { border-color: rgb(168,43,55); }

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