Shades of Bright Red #A1183B
Tints of Bright Red #A1183B
RGB
CMYK
RGB Variations
Color information
#A1183B (or 0xA1183B) is known color: Bright Red. HEX triplet: A1, 18 and 3B. RGB value is (161,24,59). Sum of RGB (Red+Green+Blue) = 161+24+59=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1183B is #5EE7C4. Grayscale: #444444. Windows color (decimal): -6219717 or 3872929. OLE color: 3872929.
HSL color Cylindrical-coordinate representation of color #A1183B: hue angle of 344.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1183B is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 59 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.37 |
| HSL | 344.67º | 0.74% | 0.36% | - |
| HSV(B) | 344.67º | 0.85% | 0.63% | - |
| XYZ | 15.81 | 8.55 | 4.95 | - |
| YUV | 68.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 59 | 0 | 0.85 | 0.63 | 0.37 | 344.67 | 0.74 | 0.36 |
| Hex | A1 | 18 | 3B | 0 | 55 | 3F | 25 | 159 | 4A | 24 |
| Octal | 241 | 30 | 73 | 0 | 125 | 77 | 45 | 531 | 112 | 44 |
| Binary | 10100001 | 11000 | 111011 | 0 | 1010101 | 111111 | 100101 | 101011001 | 1001010 | 100100 |
Color Harmonies of #A1183B
Complementary color
Monochromatic Colors of #A1183B
Black with #A1183B
Text Example
Text Example
White with #A1183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1183B; }
p { color: rgb(161,24,59); }
H1.HeaderClassName
{
color: #A1183B;
}
.AnyTagClassName
{
color: #A1183B;
}
</style>
background-color css
<style>
a { background-color: #A1183B; }
a { background-color: rgb(161,24,59); }
div.DivClassName
{
background-color: #A1183B;
}
.BgClassName
{
background-color: #A1183B;
}
</style>
border-color css
<style>
span { border-color: #A1183B; }
span { border-color: rgb(161,24,59); }
td.TdClassName
{
border-color: #A1183B;
}
.TagClassName
{
border-color: #A1183B;
}
</style>