#a82534

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

Shades of Guardsman Red #A82534

Tints of Guardsman Red #A82534

Color information

#A82534 (or 0xA82534) is unknown color: approx Guardsman Red. HEX triplet: A8, 25 and 34. RGB value is (168,37,52). Sum of RGB (Red+Green+Blue) = 168+37+52=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A82534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82534 is #57DACB. Grayscale: #4D4D4D. Windows color (decimal): -5757644 or 3417512. OLE color: 3417512.

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

Color convert

RGB1683752-
CMYK00.780.690.34
HSL353.13º63.9%40.2%-
HSV(B)353.13º77.98%65.88%-
XYZ17.439.94.24-
YUV77.88113.4192.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.37%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=65.37%
G=14.40%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168375200.780.690.34353.1363.940.2
HexA8253404E45221614028
Octal250456401161054254110050
Binary101010001001011101000100111010001011000101011000011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82534; }

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

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

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

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

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

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

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

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