Shades of Bright Red #961A1B
Tints of Bright Red #961A1B
RGB
CMYK
RGB Variations
Color information
#961A1B (or 0x961A1B) is known color: Bright Red. HEX triplet: 96, 1A and 1B. RGB value is (150,26,27). Sum of RGB (Red+Green+Blue) = 150+26+27=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #961A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A1B is #69E5E4. Grayscale: #3F3F3F. Windows color (decimal): -6940133 or 1776278. OLE color: 1776278.
HSL color Cylindrical-coordinate representation of color #961A1B: hue angle of 359.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A1B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 26 | 27 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.41 |
| HSL | 359.52º | 0.7% | 0.35% | - |
| HSV(B) | 359.52º | 0.83% | 0.59% | - |
| XYZ | 13.14 | 7.3 | 1.75 | - |
| YUV | 63.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 27 | 0 | 0.83 | 0.82 | 0.41 | 359.52 | 0.7 | 0.35 |
| Hex | 96 | 1A | 1B | 0 | 53 | 52 | 29 | 168 | 46 | 23 |
| Octal | 226 | 32 | 33 | 0 | 123 | 122 | 51 | 550 | 106 | 43 |
| Binary | 10010110 | 11010 | 11011 | 0 | 1010011 | 1010010 | 101001 | 101101000 | 1000110 | 100011 |
Color Harmonies of #961A1B
Complementary color
Monochromatic Colors of #961A1B
Black with #961A1B
Text Example
Text Example
White with #961A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A1B; }
p { color: rgb(150,26,27); }
H1.HeaderClassName
{
color: #961A1B;
}
.AnyTagClassName
{
color: #961A1B;
}
</style>
background-color css
<style>
a { background-color: #961A1B; }
a { background-color: rgb(150,26,27); }
div.DivClassName
{
background-color: #961A1B;
}
.BgClassName
{
background-color: #961A1B;
}
</style>
border-color css
<style>
span { border-color: #961A1B; }
span { border-color: rgb(150,26,27); }
td.TdClassName
{
border-color: #961A1B;
}
.TagClassName
{
border-color: #961A1B;
}
</style>