#A12630

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

Shades of Guardsman Red #A12630

Tints of Guardsman Red #A12630

Color information

#A12630 (or 0xA12630) is unknown color: approx Guardsman Red. HEX triplet: A1, 26 and 30. RGB value is (161,38,48). Sum of RGB (Red+Green+Blue) = 161+38+48=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A12630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12630 is #5ED9CF. Grayscale: #4C4C4C. Windows color (decimal): -6216144 or 3155617. OLE color: 3155617.

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

Color convert

RGB1613848-
CMYK00.760.700.37
HSL355.12º61.81%39.02%-
HSV(B)355.12º76.4%63.14%-
XYZ15.929.183.73-
YUV75.92112.25188.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=65.18%
G=15.38%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161384800.760.700.37355.1261.8139.02
HexA1263004C46251633e27
Octal24146600114106455437647
Binary10100001100110110000010011001000110100101101100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12630; }

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

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

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

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

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

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

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

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