Shades of Bright Red #951B2B
Tints of Bright Red #951B2B
RGB
CMYK
RGB Variations
Color information
#951B2B (or 0x951B2B) is known color: Bright Red. HEX triplet: 95, 1B and 2B. RGB value is (149,27,43). Sum of RGB (Red+Green+Blue) = 149+27+43=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #951B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B2B is #6AE4D4. Grayscale: #414141. Windows color (decimal): -7005397 or 2825109. OLE color: 2825109.
HSL color Cylindrical-coordinate representation of color #951B2B: hue angle of 352.13º 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 #951B2B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 43 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.42 |
| HSL | 352.13º | 0.69% | 0.35% | - |
| HSV(B) | 352.13º | 0.82% | 0.58% | - |
| XYZ | 13.22 | 7.35 | 3.01 | - |
| YUV | 65.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 43 | 0 | 0.82 | 0.71 | 0.42 | 352.13 | 0.69 | 0.35 |
| Hex | 95 | 1B | 2B | 0 | 52 | 47 | 2A | 160 | 45 | 23 |
| Octal | 225 | 33 | 53 | 0 | 122 | 107 | 52 | 540 | 105 | 43 |
| Binary | 10010101 | 11011 | 101011 | 0 | 1010010 | 1000111 | 101010 | 101100000 | 1000101 | 100011 |
Color Harmonies of #951B2B
Complementary color
Monochromatic Colors of #951B2B
Black with #951B2B
Text Example
Text Example
White with #951B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B2B; }
p { color: rgb(149,27,43); }
H1.HeaderClassName
{
color: #951B2B;
}
.AnyTagClassName
{
color: #951B2B;
}
</style>
background-color css
<style>
a { background-color: #951B2B; }
a { background-color: rgb(149,27,43); }
div.DivClassName
{
background-color: #951B2B;
}
.BgClassName
{
background-color: #951B2B;
}
</style>
border-color css
<style>
span { border-color: #951B2B; }
span { border-color: rgb(149,27,43); }
td.TdClassName
{
border-color: #951B2B;
}
.TagClassName
{
border-color: #951B2B;
}
</style>