Shades of Bright Red #96103B
Tints of Bright Red #96103B
RGB
CMYK
RGB Variations
Color information
#96103B (or 0x96103B) is known color: Bright Red. HEX triplet: 96, 10 and 3B. RGB value is (150,16,59). Sum of RGB (Red+Green+Blue) = 150+16+59=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #96103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96103B is #69EFC4. Grayscale: #3C3C3C. Windows color (decimal): -6942661 or 3870870. OLE color: 3870870.
HSL color Cylindrical-coordinate representation of color #96103B: hue angle of 340.75º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96103B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 59 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.41 |
| HSL | 340.75º | 0.81% | 0.33% | - |
| HSV(B) | 340.75º | 0.89% | 0.59% | - |
| XYZ | 13.55 | 7.17 | 4.81 | - |
| YUV | 60.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 59 | 0 | 0.89 | 0.61 | 0.41 | 340.75 | 0.81 | 0.33 |
| Hex | 96 | 10 | 3B | 0 | 59 | 3D | 29 | 155 | 51 | 21 |
| Octal | 226 | 20 | 73 | 0 | 131 | 75 | 51 | 525 | 121 | 41 |
| Binary | 10010110 | 10000 | 111011 | 0 | 1011001 | 111101 | 101001 | 101010101 | 1010001 | 100001 |
Color Harmonies of #96103B
Complementary color
Monochromatic Colors of #96103B
Black with #96103B
Text Example
Text Example
White with #96103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96103B; }
p { color: rgb(150,16,59); }
H1.HeaderClassName
{
color: #96103B;
}
.AnyTagClassName
{
color: #96103B;
}
</style>
background-color css
<style>
a { background-color: #96103B; }
a { background-color: rgb(150,16,59); }
div.DivClassName
{
background-color: #96103B;
}
.BgClassName
{
background-color: #96103B;
}
</style>
border-color css
<style>
span { border-color: #96103B; }
span { border-color: rgb(150,16,59); }
td.TdClassName
{
border-color: #96103B;
}
.TagClassName
{
border-color: #96103B;
}
</style>