#A41236

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

Shades of Bright Red #A41236

Tints of Bright Red #A41236

Color information

#A41236 (or 0xA41236) is unknown color: approx Bright Red. HEX triplet: A4, 12 and 36. RGB value is (164,18,54). Sum of RGB (Red+Green+Blue) = 164+18+54=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A41236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41236 is #5BEDC9. Grayscale: #414141. Windows color (decimal): -6024650 or 3543716. OLE color: 3543716.

HSL color Cylindrical-coordinate representation of color #A41236: hue angle of 345.21º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41236 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1641854-
CMYK00.890.670.36
HSL345.21º80.22%35.69%-
HSV(B)345.21º89.02%64.31%-
XYZ16.198.594.29-
YUV65.76121.37198.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.49%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=69.49%
G=7.63%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164185400.890.670.36345.2180.2235.69
HexA4123605943241595024
Octal244226601311034453112044
Binary10100100100101101100101100110000111001001010110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41236; }

 p { color: rgb(164,18,54); }

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

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

 a { background-color: rgb(164,18,54); }

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

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

 span { border-color: rgb(164,18,54); }

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