Shades of Bright Red #952B32
Tints of Bright Red #952B32
RGB
CMYK
RGB Variations
Color information
#952B32 (or 0x952B32) is known color: Bright Red. HEX triplet: 95, 2B and 32. RGB value is (149,43,50). Sum of RGB (Red+Green+Blue) = 149+43+50=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #952B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B32 is #6AD4CD. Grayscale: #4B4B4B. Windows color (decimal): -7001294 or 3287957. OLE color: 3287957.
HSL color Cylindrical-coordinate representation of color #952B32: hue angle of 356.04º 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 #952B32 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 50 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.42 |
| HSL | 356.04º | 0.55% | 0.38% | - |
| HSV(B) | 356.04º | 0.71% | 0.58% | - |
| XYZ | 13.83 | 8.35 | 3.9 | - |
| YUV | 75.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 50 | 0 | 0.71 | 0.66 | 0.42 | 356.04 | 0.55 | 0.38 |
| Hex | 95 | 2B | 32 | 0 | 47 | 42 | 2A | 164 | 37 | 26 |
| Octal | 225 | 53 | 62 | 0 | 107 | 102 | 52 | 544 | 67 | 46 |
| Binary | 10010101 | 101011 | 110010 | 0 | 1000111 | 1000010 | 101010 | 101100100 | 110111 | 100110 |
Color Harmonies of #952B32
Complementary color
Monochromatic Colors of #952B32
Black with #952B32
Text Example
Text Example
White with #952B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B32; }
p { color: rgb(149,43,50); }
H1.HeaderClassName
{
color: #952B32;
}
.AnyTagClassName
{
color: #952B32;
}
</style>
background-color css
<style>
a { background-color: #952B32; }
a { background-color: rgb(149,43,50); }
div.DivClassName
{
background-color: #952B32;
}
.BgClassName
{
background-color: #952B32;
}
</style>
border-color css
<style>
span { border-color: #952B32; }
span { border-color: rgb(149,43,50); }
td.TdClassName
{
border-color: #952B32;
}
.TagClassName
{
border-color: #952B32;
}
</style>