#A12531

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

Shades of Bright Red #A12531

Tints of Bright Red #A12531

Color information

#A12531 (or 0xA12531) is unknown color: approx Bright Red. HEX triplet: A1, 25 and 31. RGB value is (161,37,49). Sum of RGB (Red+Green+Blue) = 161+37+49=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A12531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12531 is #5EDACE. Grayscale: #4B4B4B. Windows color (decimal): -6216399 or 3220897. OLE color: 3220897.

HSL color Cylindrical-coordinate representation of color #A12531: hue angle of 354.19º 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 #A12531 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1613749-
CMYK00.770.700.37
HSL354.19º62.63%38.82%-
HSV(B)354.19º77.02%63.14%-
XYZ15.919.123.83-
YUV75.44113.08189.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=65.18%
G=14.98%
B=19.84%

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
Decimal161374900.770.700.37354.1962.6338.82
HexA1253104D46251623f27
Octal24145610115106455427747
Binary10100001100101110001010011011000110100101101100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12531; }

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

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

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

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

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

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

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

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