Shades of Bright Red #952930
Tints of Bright Red #952930
RGB
CMYK
RGB Variations
Color information
#952930 (or 0x952930) is known color: Bright Red. HEX triplet: 95, 29 and 30. RGB value is (149,41,48). Sum of RGB (Red+Green+Blue) = 149+41+48=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952930 is #6AD6CF. Grayscale: #4A4A4A. Windows color (decimal): -7001808 or 3156373. OLE color: 3156373.
HSL color Cylindrical-coordinate representation of color #952930: hue angle of 356.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952930 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 48 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.42 |
| HSL | 356.11º | 0.57% | 0.37% | - |
| HSV(B) | 356.11º | 0.72% | 0.58% | - |
| XYZ | 13.72 | 8.19 | 3.65 | - |
| YUV | 74.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 48 | 0 | 0.72 | 0.68 | 0.42 | 356.11 | 0.57 | 0.37 |
| Hex | 95 | 29 | 30 | 0 | 48 | 44 | 2A | 164 | 39 | 25 |
| Octal | 225 | 51 | 60 | 0 | 110 | 104 | 52 | 544 | 71 | 45 |
| Binary | 10010101 | 101001 | 110000 | 0 | 1001000 | 1000100 | 101010 | 101100100 | 111001 | 100101 |
Color Harmonies of #952930
Complementary color
Monochromatic Colors of #952930
Black with #952930
Text Example
Text Example
White with #952930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952930; }
p { color: rgb(149,41,48); }
H1.HeaderClassName
{
color: #952930;
}
.AnyTagClassName
{
color: #952930;
}
</style>
background-color css
<style>
a { background-color: #952930; }
a { background-color: rgb(149,41,48); }
div.DivClassName
{
background-color: #952930;
}
.BgClassName
{
background-color: #952930;
}
</style>
border-color css
<style>
span { border-color: #952930; }
span { border-color: rgb(149,41,48); }
td.TdClassName
{
border-color: #952930;
}
.TagClassName
{
border-color: #952930;
}
</style>