Shades of Bright Red #9C283B
Tints of Bright Red #9C283B
RGB
CMYK
RGB Variations
Color information
#9C283B (or 0x9C283B) is known color: Bright Red. HEX triplet: 9C, 28 and 3B. RGB value is (156,40,59). Sum of RGB (Red+Green+Blue) = 156+40+59=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C283B is #63D7C4. Grayscale: #4C4C4C. Windows color (decimal): -6543301 or 3877020. OLE color: 3877020.
HSL color Cylindrical-coordinate representation of color #9C283B: hue angle of 350.17º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C283B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 59 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.39 |
| HSL | 350.17º | 0.59% | 0.38% | - |
| HSV(B) | 350.17º | 0.74% | 0.61% | - |
| XYZ | 15.26 | 8.9 | 5.05 | - |
| YUV | 76.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 59 | 0 | 0.74 | 0.62 | 0.39 | 350.17 | 0.59 | 0.38 |
| Hex | 9C | 28 | 3B | 0 | 4A | 3E | 27 | 15E | 3B | 26 |
| Octal | 234 | 50 | 73 | 0 | 112 | 76 | 47 | 536 | 73 | 46 |
| Binary | 10011100 | 101000 | 111011 | 0 | 1001010 | 111110 | 100111 | 101011110 | 111011 | 100110 |
Color Harmonies of #9C283B
Complementary color
Monochromatic Colors of #9C283B
Black with #9C283B
Text Example
Text Example
White with #9C283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C283B; }
p { color: rgb(156,40,59); }
H1.HeaderClassName
{
color: #9C283B;
}
.AnyTagClassName
{
color: #9C283B;
}
</style>
background-color css
<style>
a { background-color: #9C283B; }
a { background-color: rgb(156,40,59); }
div.DivClassName
{
background-color: #9C283B;
}
.BgClassName
{
background-color: #9C283B;
}
</style>
border-color css
<style>
span { border-color: #9C283B; }
span { border-color: rgb(156,40,59); }
td.TdClassName
{
border-color: #9C283B;
}
.TagClassName
{
border-color: #9C283B;
}
</style>