Shades of Bright Red #942B32
Tints of Bright Red #942B32
RGB
CMYK
RGB Variations
Color information
#942B32 (or 0x942B32) is known color: Bright Red. HEX triplet: 94, 2B and 32. RGB value is (148,43,50). Sum of RGB (Red+Green+Blue) = 148+43+50=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #942B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B32 is #6BD4CD. Grayscale: #4B4B4B. Windows color (decimal): -7066830 or 3287956. OLE color: 3287956.
HSL color Cylindrical-coordinate representation of color #942B32: hue angle of 356º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B32 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 50 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.42 |
| HSL | 356º | 0.55% | 0.37% | - |
| HSV(B) | 356º | 0.71% | 0.58% | - |
| XYZ | 13.65 | 8.25 | 3.89 | - |
| YUV | 75.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 50 | 0 | 0.71 | 0.66 | 0.42 | 356 | 0.55 | 0.37 |
| Hex | 94 | 2B | 32 | 0 | 47 | 42 | 2A | 164 | 37 | 25 |
| Octal | 224 | 53 | 62 | 0 | 107 | 102 | 52 | 544 | 67 | 45 |
| Binary | 10010100 | 101011 | 110010 | 0 | 1000111 | 1000010 | 101010 | 101100100 | 110111 | 100101 |
Color Harmonies of #942B32
Complementary color
Monochromatic Colors of #942B32
Black with #942B32
Text Example
Text Example
White with #942B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B32; }
p { color: rgb(148,43,50); }
H1.HeaderClassName
{
color: #942B32;
}
.AnyTagClassName
{
color: #942B32;
}
</style>
background-color css
<style>
a { background-color: #942B32; }
a { background-color: rgb(148,43,50); }
div.DivClassName
{
background-color: #942B32;
}
.BgClassName
{
background-color: #942B32;
}
</style>
border-color css
<style>
span { border-color: #942B32; }
span { border-color: rgb(148,43,50); }
td.TdClassName
{
border-color: #942B32;
}
.TagClassName
{
border-color: #942B32;
}
</style>