#A1243E

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

Shades of Bright Red #A1243E

Tints of Bright Red #A1243E

Color information

#A1243E (or 0xA1243E) is unknown color: approx Bright Red. HEX triplet: A1, 24 and 3E. RGB value is (161,36,62). Sum of RGB (Red+Green+Blue) = 161+36+62=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1243E is #5EDBC1. Grayscale: #4C4C4C. Windows color (decimal): -6216642 or 4072609. OLE color: 4072609.

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

Color convert

RGB1613662-
CMYK00.780.610.37
HSL347.52º63.45%38.63%-
HSV(B)347.52º77.64%63.14%-
XYZ16.29.195.48-
YUV76.34119.91188.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.16%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=62.16%
G=13.90%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161366200.780.610.37347.5263.4538.63
HexA1243E04E3D2515c3f27
Octal2414476011675455347747
Binary1010000110010011111001001110111101100101101011100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1243E; }

 p { color: rgb(161,36,62); }

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

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

 a { background-color: rgb(161,36,62); }

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

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

 span { border-color: rgb(161,36,62); }

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