Shades of Bright Red #9B1C3C
Tints of Bright Red #9B1C3C
RGB
CMYK
RGB Variations
Color information
#9B1C3C (or 0x9B1C3C) is known color: Bright Red. HEX triplet: 9B, 1C and 3C. RGB value is (155,28,60). Sum of RGB (Red+Green+Blue) = 155+28+60=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C3C is #64E3C3. Grayscale: #454545. Windows color (decimal): -6611908 or 3939483. OLE color: 3939483.
HSL color Cylindrical-coordinate representation of color #9B1C3C: hue angle of 344.88º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C3C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 60 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.39 |
| HSL | 344.88º | 0.69% | 0.36% | - |
| HSV(B) | 344.88º | 0.82% | 0.61% | - |
| XYZ | 14.75 | 8.13 | 5.07 | - |
| YUV | 69.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 60 | 0 | 0.82 | 0.61 | 0.39 | 344.88 | 0.69 | 0.36 |
| Hex | 9B | 1C | 3C | 0 | 52 | 3D | 27 | 159 | 45 | 24 |
| Octal | 233 | 34 | 74 | 0 | 122 | 75 | 47 | 531 | 105 | 44 |
| Binary | 10011011 | 11100 | 111100 | 0 | 1010010 | 111101 | 100111 | 101011001 | 1000101 | 100100 |
Color Harmonies of #9B1C3C
Complementary color
Monochromatic Colors of #9B1C3C
Black with #9B1C3C
Text Example
Text Example
White with #9B1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C3C; }
p { color: rgb(155,28,60); }
H1.HeaderClassName
{
color: #9B1C3C;
}
.AnyTagClassName
{
color: #9B1C3C;
}
</style>
background-color css
<style>
a { background-color: #9B1C3C; }
a { background-color: rgb(155,28,60); }
div.DivClassName
{
background-color: #9B1C3C;
}
.BgClassName
{
background-color: #9B1C3C;
}
</style>
border-color css
<style>
span { border-color: #9B1C3C; }
span { border-color: rgb(155,28,60); }
td.TdClassName
{
border-color: #9B1C3C;
}
.TagClassName
{
border-color: #9B1C3C;
}
</style>