#A12530

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

Shades of Guardsman Red #A12530

Tints of Guardsman Red #A12530

Color information

#A12530 (or 0xA12530) is unknown color: approx Guardsman Red. HEX triplet: A1, 25 and 30. RGB value is (161,37,48). Sum of RGB (Red+Green+Blue) = 161+37+48=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A12530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12530 is #5EDACF. Grayscale: #4B4B4B. Windows color (decimal): -6216400 or 3155361. OLE color: 3155361.

HSL color Cylindrical-coordinate representation of color #A12530: hue angle of 354.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12530 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1613748-
CMYK00.770.700.37
HSL354.68º62.63%38.82%-
HSV(B)354.68º77.02%63.14%-
XYZ15.899.113.72-
YUV75.33112.58189.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.45%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=65.45%
G=15.04%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161374800.770.700.37354.6862.6338.82
HexA1253004D46251633f27
Octal24145600115106455437747
Binary10100001100101110000010011011000110100101101100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12530; }

 p { color: rgb(161,37,48); }

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

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

 a { background-color: rgb(161,37,48); }

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

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

 span { border-color: rgb(161,37,48); }

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