#A82426

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

Shades of Guardsman Red #A82426

Tints of Guardsman Red #A82426

Color information

#A82426 (or 0xA82426) is unknown color: approx Guardsman Red. HEX triplet: A8, 24 and 26. RGB value is (168,36,38). Sum of RGB (Red+Green+Blue) = 168+36+38=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A82426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82426 is #57DBD9. Grayscale: #4B4B4B. Windows color (decimal): -5757914 or 2499752. OLE color: 2499752.

HSL color Cylindrical-coordinate representation of color #A82426: hue angle of 359.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82426 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1683638-
CMYK00.790.770.34
HSL359.09º64.71%40%-
HSV(B)359.09º78.57%65.88%-
XYZ17.139.732.81-
YUV75.7106.73193.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.42%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 38 (15.23% from 255) = 15.70%
R=69.42%
G=14.88%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168363800.790.770.34359.0964.7140
HexA8242604F4D221674128
Octal250444601171154254710150
Binary101010001001001001100100111110011011000101011001111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82426; }

 p { color: rgb(168,36,38); }

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

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

 a { background-color: rgb(168,36,38); }

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

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

 span { border-color: rgb(168,36,38); }

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