Shades of Bright Red #9A263A
Tints of Bright Red #9A263A
RGB
CMYK
RGB Variations
Color information
#9A263A (or 0x9A263A) is known color: Bright Red. HEX triplet: 9A, 26 and 3A. RGB value is (154,38,58). Sum of RGB (Red+Green+Blue) = 154+38+58=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A263A is #65D9C5. Grayscale: #4A4A4A. Windows color (decimal): -6674886 or 3810970. OLE color: 3810970.
HSL color Cylindrical-coordinate representation of color #9A263A: hue angle of 349.66º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A263A is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 58 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.40 |
| HSL | 349.66º | 0.6% | 0.38% | - |
| HSV(B) | 349.66º | 0.75% | 0.6% | - |
| XYZ | 14.78 | 8.56 | 4.88 | - |
| YUV | 74.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 58 | 0 | 0.75 | 0.62 | 0.40 | 349.66 | 0.6 | 0.38 |
| Hex | 9A | 26 | 3A | 0 | 4B | 3E | 28 | 15E | 3C | 26 |
| Octal | 232 | 46 | 72 | 0 | 113 | 76 | 50 | 536 | 74 | 46 |
| Binary | 10011010 | 100110 | 111010 | 0 | 1001011 | 111110 | 101000 | 101011110 | 111100 | 100110 |
Color Harmonies of #9A263A
Complementary color
Monochromatic Colors of #9A263A
Black with #9A263A
Text Example
Text Example
White with #9A263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A263A; }
p { color: rgb(154,38,58); }
H1.HeaderClassName
{
color: #9A263A;
}
.AnyTagClassName
{
color: #9A263A;
}
</style>
background-color css
<style>
a { background-color: #9A263A; }
a { background-color: rgb(154,38,58); }
div.DivClassName
{
background-color: #9A263A;
}
.BgClassName
{
background-color: #9A263A;
}
</style>
border-color css
<style>
span { border-color: #9A263A; }
span { border-color: rgb(154,38,58); }
td.TdClassName
{
border-color: #9A263A;
}
.TagClassName
{
border-color: #9A263A;
}
</style>