#A1243F

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

Shades of Bright Red #A1243F

Tints of Bright Red #A1243F

Color information

#A1243F (or 0xA1243F) is unknown color: approx Bright Red. HEX triplet: A1, 24 and 3F. RGB value is (161,36,63). Sum of RGB (Red+Green+Blue) = 161+36+63=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1243F is #5EDBC0. Grayscale: #4C4C4C. Windows color (decimal): -6216641 or 4138145. OLE color: 4138145.

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

Color convert

RGB1613663-
CMYK00.780.610.37
HSL347.04º63.45%38.63%-
HSV(B)347.04º77.64%63.14%-
XYZ16.239.25.62-
YUV76.45120.41188.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.92%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 63 (25% from 255) = 24.23%
R=61.92%
G=13.85%
B=24.23%

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
Decimal161366300.780.610.37347.0463.4538.63
HexA1243F04E3D2515b3f27
Octal2414477011675455337747
Binary1010000110010011111101001110111101100101101011011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1243F; }

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

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

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

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

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

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

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

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