Shades of Bright Red #951B3B
Tints of Bright Red #951B3B
RGB
CMYK
RGB Variations
Color information
#951B3B (or 0x951B3B) is known color: Bright Red. HEX triplet: 95, 1B and 3B. RGB value is (149,27,59). Sum of RGB (Red+Green+Blue) = 149+27+59=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #951B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B3B is #6AE4C4. Grayscale: #434343. Windows color (decimal): -7005381 or 3873685. OLE color: 3873685.
HSL color Cylindrical-coordinate representation of color #951B3B: hue angle of 344.26º 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 #951B3B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 59 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.42 |
| HSL | 344.26º | 0.69% | 0.35% | - |
| HSV(B) | 344.26º | 0.82% | 0.58% | - |
| XYZ | 13.58 | 7.49 | 4.87 | - |
| YUV | 67.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 59 | 0 | 0.82 | 0.60 | 0.42 | 344.26 | 0.69 | 0.35 |
| Hex | 95 | 1B | 3B | 0 | 52 | 3C | 2A | 158 | 45 | 23 |
| Octal | 225 | 33 | 73 | 0 | 122 | 74 | 52 | 530 | 105 | 43 |
| Binary | 10010101 | 11011 | 111011 | 0 | 1010010 | 111100 | 101010 | 101011000 | 1000101 | 100011 |
Color Harmonies of #951B3B
Complementary color
Monochromatic Colors of #951B3B
Black with #951B3B
Text Example
Text Example
White with #951B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B3B; }
p { color: rgb(149,27,59); }
H1.HeaderClassName
{
color: #951B3B;
}
.AnyTagClassName
{
color: #951B3B;
}
</style>
background-color css
<style>
a { background-color: #951B3B; }
a { background-color: rgb(149,27,59); }
div.DivClassName
{
background-color: #951B3B;
}
.BgClassName
{
background-color: #951B3B;
}
</style>
border-color css
<style>
span { border-color: #951B3B; }
span { border-color: rgb(149,27,59); }
td.TdClassName
{
border-color: #951B3B;
}
.TagClassName
{
border-color: #951B3B;
}
</style>