Shades of Bright Red #961A2B
Tints of Bright Red #961A2B
RGB
CMYK
RGB Variations
Color information
#961A2B (or 0x961A2B) is known color: Bright Red. HEX triplet: 96, 1A and 2B. RGB value is (150,26,43). Sum of RGB (Red+Green+Blue) = 150+26+43=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #961A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A2B is #69E5D4. Grayscale: #414141. Windows color (decimal): -6940117 or 2824854. OLE color: 2824854.
HSL color Cylindrical-coordinate representation of color #961A2B: hue angle of 351.77º 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 #961A2B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 26 | 43 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.41 |
| HSL | 351.77º | 0.7% | 0.35% | - |
| HSV(B) | 351.77º | 0.83% | 0.59% | - |
| XYZ | 13.38 | 7.4 | 3.01 | - |
| YUV | 65.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 43 | 0 | 0.83 | 0.71 | 0.41 | 351.77 | 0.7 | 0.35 |
| Hex | 96 | 1A | 2B | 0 | 53 | 47 | 29 | 160 | 46 | 23 |
| Octal | 226 | 32 | 53 | 0 | 123 | 107 | 51 | 540 | 106 | 43 |
| Binary | 10010110 | 11010 | 101011 | 0 | 1010011 | 1000111 | 101001 | 101100000 | 1000110 | 100011 |
Color Harmonies of #961A2B
Complementary color
Monochromatic Colors of #961A2B
Black with #961A2B
Text Example
Text Example
White with #961A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A2B; }
p { color: rgb(150,26,43); }
H1.HeaderClassName
{
color: #961A2B;
}
.AnyTagClassName
{
color: #961A2B;
}
</style>
background-color css
<style>
a { background-color: #961A2B; }
a { background-color: rgb(150,26,43); }
div.DivClassName
{
background-color: #961A2B;
}
.BgClassName
{
background-color: #961A2B;
}
</style>
border-color css
<style>
span { border-color: #961A2B; }
span { border-color: rgb(150,26,43); }
td.TdClassName
{
border-color: #961A2B;
}
.TagClassName
{
border-color: #961A2B;
}
</style>