Shades of Bright Red #961A22
Tints of Bright Red #961A22
RGB
CMYK
RGB Variations
Color information
#961A22 (or 0x961A22) is known color: Bright Red. HEX triplet: 96, 1A and 22. RGB value is (150,26,34). Sum of RGB (Red+Green+Blue) = 150+26+34=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #961A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A22 is #69E5DD. Grayscale: #404040. Windows color (decimal): -6940126 or 2235030. OLE color: 2235030.
HSL color Cylindrical-coordinate representation of color #961A22: hue angle of 356.13º 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 #961A22 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 26 | 34 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.41 |
| HSL | 356.13º | 0.7% | 0.35% | - |
| HSV(B) | 356.13º | 0.83% | 0.59% | - |
| XYZ | 13.24 | 7.34 | 2.23 | - |
| YUV | 63.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 34 | 0 | 0.83 | 0.77 | 0.41 | 356.13 | 0.7 | 0.35 |
| Hex | 96 | 1A | 22 | 0 | 53 | 4D | 29 | 164 | 46 | 23 |
| Octal | 226 | 32 | 42 | 0 | 123 | 115 | 51 | 544 | 106 | 43 |
| Binary | 10010110 | 11010 | 100010 | 0 | 1010011 | 1001101 | 101001 | 101100100 | 1000110 | 100011 |
Color Harmonies of #961A22
Complementary color
Monochromatic Colors of #961A22
Black with #961A22
Text Example
Text Example
White with #961A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A22; }
p { color: rgb(150,26,34); }
H1.HeaderClassName
{
color: #961A22;
}
.AnyTagClassName
{
color: #961A22;
}
</style>
background-color css
<style>
a { background-color: #961A22; }
a { background-color: rgb(150,26,34); }
div.DivClassName
{
background-color: #961A22;
}
.BgClassName
{
background-color: #961A22;
}
</style>
border-color css
<style>
span { border-color: #961A22; }
span { border-color: rgb(150,26,34); }
td.TdClassName
{
border-color: #961A22;
}
.TagClassName
{
border-color: #961A22;
}
</style>