#A12A41

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

Shades of Bright Red #A12A41

Tints of Bright Red #A12A41

Color information

#A12A41 (or 0xA12A41) is unknown color: approx Bright Red. HEX triplet: A1, 2A and 41. RGB value is (161,42,65). Sum of RGB (Red+Green+Blue) = 161+42+65=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A41 is #5ED5BE. Grayscale: #505050. Windows color (decimal): -6215103 or 4270753. OLE color: 4270753.

HSL color Cylindrical-coordinate representation of color #A12A41: hue angle of 348.4º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A41 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1614265-
CMYK00.740.600.37
HSL348.4º58.62%39.8%-
HSV(B)348.4º73.91%63.14%-
XYZ16.489.615.99-
YUV80.2119.42185.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=60.07%
G=15.67%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161426500.740.600.37348.458.6239.8
HexA12A4104A3C2515c3b28
Octal24152101011274455347350
Binary10100001101010100000101001010111100100101101011100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A41; }

 p { color: rgb(161,42,65); }

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

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

 a { background-color: rgb(161,42,65); }

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

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

 span { border-color: rgb(161,42,65); }

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