Shades of Bright Red #961B2E
Tints of Bright Red #961B2E
RGB
CMYK
RGB Variations
Color information
#961B2E (or 0x961B2E) is known color: Bright Red. HEX triplet: 96, 1B and 2E. RGB value is (150,27,46). Sum of RGB (Red+Green+Blue) = 150+27+46=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B2E is #69E4D1. Grayscale: #414141. Windows color (decimal): -6939858 or 3021718. OLE color: 3021718.
HSL color Cylindrical-coordinate representation of color #961B2E: hue angle of 350.73º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961B2E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 46 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.41 |
| HSL | 350.73º | 0.69% | 0.35% | - |
| HSV(B) | 350.73º | 0.82% | 0.59% | - |
| XYZ | 13.46 | 7.47 | 3.32 | - |
| YUV | 65.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 46 | 0 | 0.82 | 0.69 | 0.41 | 350.73 | 0.69 | 0.35 |
| Hex | 96 | 1B | 2E | 0 | 52 | 45 | 29 | 15F | 45 | 23 |
| Octal | 226 | 33 | 56 | 0 | 122 | 105 | 51 | 537 | 105 | 43 |
| Binary | 10010110 | 11011 | 101110 | 0 | 1010010 | 1000101 | 101001 | 101011111 | 1000101 | 100011 |
Color Harmonies of #961B2E
Complementary color
Monochromatic Colors of #961B2E
Black with #961B2E
Text Example
Text Example
White with #961B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B2E; }
p { color: rgb(150,27,46); }
H1.HeaderClassName
{
color: #961B2E;
}
.AnyTagClassName
{
color: #961B2E;
}
</style>
background-color css
<style>
a { background-color: #961B2E; }
a { background-color: rgb(150,27,46); }
div.DivClassName
{
background-color: #961B2E;
}
.BgClassName
{
background-color: #961B2E;
}
</style>
border-color css
<style>
span { border-color: #961B2E; }
span { border-color: rgb(150,27,46); }
td.TdClassName
{
border-color: #961B2E;
}
.TagClassName
{
border-color: #961B2E;
}
</style>