Shades of Bright Red #9A1B31
Tints of Bright Red #9A1B31
RGB
CMYK
RGB Variations
Color information
#9A1B31 (or 0x9A1B31) is known color: Bright Red. HEX triplet: 9A, 1B and 31. RGB value is (154,27,49). Sum of RGB (Red+Green+Blue) = 154+27+49=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1B31 is #65E4CE. Grayscale: #434343. Windows color (decimal): -6677711 or 3218330. OLE color: 3218330.
HSL color Cylindrical-coordinate representation of color #9A1B31: hue angle of 349.61º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B31 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 49 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.40 |
| HSL | 349.61º | 0.7% | 0.35% | - |
| HSV(B) | 349.61º | 0.82% | 0.6% | - |
| XYZ | 14.27 | 7.88 | 3.67 | - |
| YUV | 67.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 49 | 0 | 0.82 | 0.68 | 0.40 | 349.61 | 0.7 | 0.35 |
| Hex | 9A | 1B | 31 | 0 | 52 | 44 | 28 | 15E | 46 | 23 |
| Octal | 232 | 33 | 61 | 0 | 122 | 104 | 50 | 536 | 106 | 43 |
| Binary | 10011010 | 11011 | 110001 | 0 | 1010010 | 1000100 | 101000 | 101011110 | 1000110 | 100011 |
Color Harmonies of #9A1B31
Complementary color
Monochromatic Colors of #9A1B31
Black with #9A1B31
Text Example
Text Example
White with #9A1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B31; }
p { color: rgb(154,27,49); }
H1.HeaderClassName
{
color: #9A1B31;
}
.AnyTagClassName
{
color: #9A1B31;
}
</style>
background-color css
<style>
a { background-color: #9A1B31; }
a { background-color: rgb(154,27,49); }
div.DivClassName
{
background-color: #9A1B31;
}
.BgClassName
{
background-color: #9A1B31;
}
</style>
border-color css
<style>
span { border-color: #9A1B31; }
span { border-color: rgb(154,27,49); }
td.TdClassName
{
border-color: #9A1B31;
}
.TagClassName
{
border-color: #9A1B31;
}
</style>