Shades of Bright Red #9A0D3A
Tints of Bright Red #9A0D3A
RGB
CMYK
RGB Variations
Color information
#9A0D3A (or 0x9A0D3A) is known color: Bright Red. HEX triplet: 9A, 0D and 3A. RGB value is (154,13,58). Sum of RGB (Red+Green+Blue) = 154+13+58=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0D3A is #65F2C5. Grayscale: #3C3C3C. Windows color (decimal): -6681286 or 3804570. OLE color: 3804570.
HSL color Cylindrical-coordinate representation of color #9A0D3A: hue angle of 340.85º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D3A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 58 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.40 |
| HSL | 340.85º | 0.84% | 0.33% | - |
| HSV(B) | 340.85º | 0.92% | 0.6% | - |
| XYZ | 14.23 | 7.46 | 4.69 | - |
| YUV | 60.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 58 | 0 | 0.92 | 0.62 | 0.40 | 340.85 | 0.84 | 0.33 |
| Hex | 9A | D | 3A | 0 | 5C | 3E | 28 | 155 | 54 | 21 |
| Octal | 232 | 15 | 72 | 0 | 134 | 76 | 50 | 525 | 124 | 41 |
| Binary | 10011010 | 1101 | 111010 | 0 | 1011100 | 111110 | 101000 | 101010101 | 1010100 | 100001 |
Color Harmonies of #9A0D3A
Complementary color
Monochromatic Colors of #9A0D3A
Black with #9A0D3A
Text Example
Text Example
White with #9A0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D3A; }
p { color: rgb(154,13,58); }
H1.HeaderClassName
{
color: #9A0D3A;
}
.AnyTagClassName
{
color: #9A0D3A;
}
</style>
background-color css
<style>
a { background-color: #9A0D3A; }
a { background-color: rgb(154,13,58); }
div.DivClassName
{
background-color: #9A0D3A;
}
.BgClassName
{
background-color: #9A0D3A;
}
</style>
border-color css
<style>
span { border-color: #9A0D3A; }
span { border-color: rgb(154,13,58); }
td.TdClassName
{
border-color: #9A0D3A;
}
.TagClassName
{
border-color: #9A0D3A;
}
</style>