Shades of Bright Red #961A30
Tints of Bright Red #961A30
RGB
CMYK
RGB Variations
Color information
#961A30 (or 0x961A30) is known color: Bright Red. HEX triplet: 96, 1A and 30. RGB value is (150,26,48). Sum of RGB (Red+Green+Blue) = 150+26+48=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A30 is #69E5CF. Grayscale: #414141. Windows color (decimal): -6940112 or 3152534. OLE color: 3152534.
HSL color Cylindrical-coordinate representation of color #961A30: hue angle of 349.35º 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 #961A30 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 26 | 48 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.41 |
| HSL | 349.35º | 0.7% | 0.35% | - |
| HSV(B) | 349.35º | 0.83% | 0.59% | - |
| XYZ | 13.48 | 7.44 | 3.52 | - |
| YUV | 65.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 48 | 0 | 0.83 | 0.68 | 0.41 | 349.35 | 0.7 | 0.35 |
| Hex | 96 | 1A | 30 | 0 | 53 | 44 | 29 | 15D | 46 | 23 |
| Octal | 226 | 32 | 60 | 0 | 123 | 104 | 51 | 535 | 106 | 43 |
| Binary | 10010110 | 11010 | 110000 | 0 | 1010011 | 1000100 | 101001 | 101011101 | 1000110 | 100011 |
Color Harmonies of #961A30
Complementary color
Monochromatic Colors of #961A30
Black with #961A30
Text Example
Text Example
White with #961A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A30; }
p { color: rgb(150,26,48); }
H1.HeaderClassName
{
color: #961A30;
}
.AnyTagClassName
{
color: #961A30;
}
</style>
background-color css
<style>
a { background-color: #961A30; }
a { background-color: rgb(150,26,48); }
div.DivClassName
{
background-color: #961A30;
}
.BgClassName
{
background-color: #961A30;
}
</style>
border-color css
<style>
span { border-color: #961A30; }
span { border-color: rgb(150,26,48); }
td.TdClassName
{
border-color: #961A30;
}
.TagClassName
{
border-color: #961A30;
}
</style>