Shades of Bright Red #961B2D
Tints of Bright Red #961B2D
RGB
CMYK
RGB Variations
Color information
#961B2D (or 0x961B2D) is known color: Bright Red. HEX triplet: 96, 1B and 2D. RGB value is (150,27,45). Sum of RGB (Red+Green+Blue) = 150+27+45=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B2D is #69E4D2. Grayscale: #414141. Windows color (decimal): -6939859 or 2956182. OLE color: 2956182.
HSL color Cylindrical-coordinate representation of color #961B2D: hue angle of 351.22º 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 #961B2D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 45 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.41 |
| HSL | 351.22º | 0.69% | 0.35% | - |
| HSV(B) | 351.22º | 0.82% | 0.59% | - |
| XYZ | 13.44 | 7.46 | 3.21 | - |
| YUV | 65.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 45 | 0 | 0.82 | 0.70 | 0.41 | 351.22 | 0.69 | 0.35 |
| Hex | 96 | 1B | 2D | 0 | 52 | 46 | 29 | 15F | 45 | 23 |
| Octal | 226 | 33 | 55 | 0 | 122 | 106 | 51 | 537 | 105 | 43 |
| Binary | 10010110 | 11011 | 101101 | 0 | 1010010 | 1000110 | 101001 | 101011111 | 1000101 | 100011 |
Color Harmonies of #961B2D
Complementary color
Monochromatic Colors of #961B2D
Black with #961B2D
Text Example
Text Example
White with #961B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B2D; }
p { color: rgb(150,27,45); }
H1.HeaderClassName
{
color: #961B2D;
}
.AnyTagClassName
{
color: #961B2D;
}
</style>
background-color css
<style>
a { background-color: #961B2D; }
a { background-color: rgb(150,27,45); }
div.DivClassName
{
background-color: #961B2D;
}
.BgClassName
{
background-color: #961B2D;
}
</style>
border-color css
<style>
span { border-color: #961B2D; }
span { border-color: rgb(150,27,45); }
td.TdClassName
{
border-color: #961B2D;
}
.TagClassName
{
border-color: #961B2D;
}
</style>