#A82125

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

Shades of Guardsman Red #A82125

Tints of Guardsman Red #A82125

Color information

#A82125 (or 0xA82125) is unknown color: approx Guardsman Red. HEX triplet: A8, 21 and 25. RGB value is (168,33,37). Sum of RGB (Red+Green+Blue) = 168+33+37=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A82125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82125 is #57DEDA. Grayscale: #494949. Windows color (decimal): -5758683 or 2433448. OLE color: 2433448.

HSL color Cylindrical-coordinate representation of color #A82125: hue angle of 358.22º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82125 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB1683337-
CMYK00.800.780.34
HSL358.22º67.16%39.41%-
HSV(B)358.22º80.36%65.88%-
XYZ17.039.552.7-
YUV73.82107.23195.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 70.59%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=70.59%
G=13.87%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168333700.800.780.34358.2267.1639.41
HexA821250504E221664327
Octal250414501201164254610347
Binary101010001000011001010101000010011101000101011001101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82125; }

 p { color: rgb(168,33,37); }

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

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

 a { background-color: rgb(168,33,37); }

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

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

 span { border-color: rgb(168,33,37); }

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