Shades of Bright Red #952B3A
Tints of Bright Red #952B3A
RGB
CMYK
RGB Variations
Color information
#952B3A (or 0x952B3A) is known color: Bright Red. HEX triplet: 95, 2B and 3A. RGB value is (149,43,58). Sum of RGB (Red+Green+Blue) = 149+43+58=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B3A is #6AD4C5. Grayscale: #4C4C4C. Windows color (decimal): -7001286 or 3812245. OLE color: 3812245.
HSL color Cylindrical-coordinate representation of color #952B3A: hue angle of 351.51º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B3A is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 58 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.42 |
| HSL | 351.51º | 0.55% | 0.38% | - |
| HSV(B) | 351.51º | 0.71% | 0.58% | - |
| XYZ | 14.02 | 8.42 | 4.89 | - |
| YUV | 76.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 58 | 0 | 0.71 | 0.61 | 0.42 | 351.51 | 0.55 | 0.38 |
| Hex | 95 | 2B | 3A | 0 | 47 | 3D | 2A | 160 | 37 | 26 |
| Octal | 225 | 53 | 72 | 0 | 107 | 75 | 52 | 540 | 67 | 46 |
| Binary | 10010101 | 101011 | 111010 | 0 | 1000111 | 111101 | 101010 | 101100000 | 110111 | 100110 |
Color Harmonies of #952B3A
Complementary color
Monochromatic Colors of #952B3A
Black with #952B3A
Text Example
Text Example
White with #952B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B3A; }
p { color: rgb(149,43,58); }
H1.HeaderClassName
{
color: #952B3A;
}
.AnyTagClassName
{
color: #952B3A;
}
</style>
background-color css
<style>
a { background-color: #952B3A; }
a { background-color: rgb(149,43,58); }
div.DivClassName
{
background-color: #952B3A;
}
.BgClassName
{
background-color: #952B3A;
}
</style>
border-color css
<style>
span { border-color: #952B3A; }
span { border-color: rgb(149,43,58); }
td.TdClassName
{
border-color: #952B3A;
}
.TagClassName
{
border-color: #952B3A;
}
</style>