Shades of Bright Red #9B1430
Tints of Bright Red #9B1430
RGB
CMYK
RGB Variations
Color information
#9B1430 (or 0x9B1430) is known color: Bright Red. HEX triplet: 9B, 14 and 30. RGB value is (155,20,48). Sum of RGB (Red+Green+Blue) = 155+20+48=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1430 is #64EBCF. Grayscale: #3F3F3F. Windows color (decimal): -6613968 or 3151003. OLE color: 3151003.
HSL color Cylindrical-coordinate representation of color #9B1430: hue angle of 347.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1430 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 48 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.39 |
| HSL | 347.56º | 0.77% | 0.34% | - |
| HSV(B) | 347.56º | 0.87% | 0.61% | - |
| XYZ | 14.3 | 7.68 | 3.53 | - |
| YUV | 63.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 48 | 0 | 0.87 | 0.69 | 0.39 | 347.56 | 0.77 | 0.34 |
| Hex | 9B | 14 | 30 | 0 | 57 | 45 | 27 | 15C | 4D | 22 |
| Octal | 233 | 24 | 60 | 0 | 127 | 105 | 47 | 534 | 115 | 42 |
| Binary | 10011011 | 10100 | 110000 | 0 | 1010111 | 1000101 | 100111 | 101011100 | 1001101 | 100010 |
Color Harmonies of #9B1430
Complementary color
Monochromatic Colors of #9B1430
Black with #9B1430
Text Example
Text Example
White with #9B1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1430; }
p { color: rgb(155,20,48); }
H1.HeaderClassName
{
color: #9B1430;
}
.AnyTagClassName
{
color: #9B1430;
}
</style>
background-color css
<style>
a { background-color: #9B1430; }
a { background-color: rgb(155,20,48); }
div.DivClassName
{
background-color: #9B1430;
}
.BgClassName
{
background-color: #9B1430;
}
</style>
border-color css
<style>
span { border-color: #9B1430; }
span { border-color: rgb(155,20,48); }
td.TdClassName
{
border-color: #9B1430;
}
.TagClassName
{
border-color: #9B1430;
}
</style>