#A52526

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

Shades of Guardsman Red #A52526

Tints of Guardsman Red #A52526

Color information

#A52526 (or 0xA52526) is unknown color: approx Guardsman Red. HEX triplet: A5, 25 and 26. RGB value is (165,37,38). Sum of RGB (Red+Green+Blue) = 165+37+38=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A52526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52526 is #5ADAD9. Grayscale: #4B4B4B. Windows color (decimal): -5954266 or 2500005. OLE color: 2500005.

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

Color convert

RGB1653738-
CMYK00.780.770.35
HSL359.53º63.37%39.61%-
HSV(B)359.53º77.58%64.71%-
XYZ16.539.462.79-
YUV75.39106.91191.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=68.75%
G=15.42%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165373800.780.770.35359.5363.3739.61
HexA5252604E4D231683f28
Octal24545460116115435507750
Binary10100101100101100110010011101001101100011101101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52526; }

 p { color: rgb(165,37,38); }

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

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

 a { background-color: rgb(165,37,38); }

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

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

 span { border-color: rgb(165,37,38); }

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