Shades of Bright Red #951B3C
Tints of Bright Red #951B3C
RGB
CMYK
RGB Variations
Color information
#951B3C (or 0x951B3C) is known color: Bright Red. HEX triplet: 95, 1B and 3C. RGB value is (149,27,60). Sum of RGB (Red+Green+Blue) = 149+27+60=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #951B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B3C is #6AE4C3. Grayscale: #434343. Windows color (decimal): -7005380 or 3939221. OLE color: 3939221.
HSL color Cylindrical-coordinate representation of color #951B3C: hue angle of 343.77º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B3C is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 60 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.42 |
| HSL | 343.77º | 0.69% | 0.35% | - |
| HSV(B) | 343.77º | 0.82% | 0.58% | - |
| XYZ | 13.6 | 7.5 | 5.01 | - |
| YUV | 67.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 60 | 0 | 0.82 | 0.60 | 0.42 | 343.77 | 0.69 | 0.35 |
| Hex | 95 | 1B | 3C | 0 | 52 | 3C | 2A | 158 | 45 | 23 |
| Octal | 225 | 33 | 74 | 0 | 122 | 74 | 52 | 530 | 105 | 43 |
| Binary | 10010101 | 11011 | 111100 | 0 | 1010010 | 111100 | 101010 | 101011000 | 1000101 | 100011 |
Color Harmonies of #951B3C
Complementary color
Monochromatic Colors of #951B3C
Black with #951B3C
Text Example
Text Example
White with #951B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B3C; }
p { color: rgb(149,27,60); }
H1.HeaderClassName
{
color: #951B3C;
}
.AnyTagClassName
{
color: #951B3C;
}
</style>
background-color css
<style>
a { background-color: #951B3C; }
a { background-color: rgb(149,27,60); }
div.DivClassName
{
background-color: #951B3C;
}
.BgClassName
{
background-color: #951B3C;
}
</style>
border-color css
<style>
span { border-color: #951B3C; }
span { border-color: rgb(149,27,60); }
td.TdClassName
{
border-color: #951B3C;
}
.TagClassName
{
border-color: #951B3C;
}
</style>