Shades of Bright Red #9B1A3A
Tints of Bright Red #9B1A3A
RGB
CMYK
RGB Variations
Color information
#9B1A3A (or 0x9B1A3A) is known color: Bright Red. HEX triplet: 9B, 1A and 3A. RGB value is (155,26,58). Sum of RGB (Red+Green+Blue) = 155+26+58=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1A3A is #64E5C5. Grayscale: #444444. Windows color (decimal): -6612422 or 3807899. OLE color: 3807899.
HSL color Cylindrical-coordinate representation of color #9B1A3A: hue angle of 345.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1A3A is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 26 | 58 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.39 |
| HSL | 345.12º | 0.71% | 0.35% | - |
| HSV(B) | 345.12º | 0.83% | 0.61% | - |
| XYZ | 14.65 | 8.01 | 4.78 | - |
| YUV | 68.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 58 | 0 | 0.83 | 0.63 | 0.39 | 345.12 | 0.71 | 0.35 |
| Hex | 9B | 1A | 3A | 0 | 53 | 3F | 27 | 159 | 47 | 23 |
| Octal | 233 | 32 | 72 | 0 | 123 | 77 | 47 | 531 | 107 | 43 |
| Binary | 10011011 | 11010 | 111010 | 0 | 1010011 | 111111 | 100111 | 101011001 | 1000111 | 100011 |
Color Harmonies of #9B1A3A
Complementary color
Monochromatic Colors of #9B1A3A
Black with #9B1A3A
Text Example
Text Example
White with #9B1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1A3A; }
p { color: rgb(155,26,58); }
H1.HeaderClassName
{
color: #9B1A3A;
}
.AnyTagClassName
{
color: #9B1A3A;
}
</style>
background-color css
<style>
a { background-color: #9B1A3A; }
a { background-color: rgb(155,26,58); }
div.DivClassName
{
background-color: #9B1A3A;
}
.BgClassName
{
background-color: #9B1A3A;
}
</style>
border-color css
<style>
span { border-color: #9B1A3A; }
span { border-color: rgb(155,26,58); }
td.TdClassName
{
border-color: #9B1A3A;
}
.TagClassName
{
border-color: #9B1A3A;
}
</style>