Shades of Bright Red #9A1C3A
Tints of Bright Red #9A1C3A
RGB
CMYK
RGB Variations
Color information
#9A1C3A (or 0x9A1C3A) is known color: Bright Red. HEX triplet: 9A, 1C and 3A. RGB value is (154,28,58). Sum of RGB (Red+Green+Blue) = 154+28+58=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1C3A is #65E3C5. Grayscale: #454545. Windows color (decimal): -6677446 or 3808410. OLE color: 3808410.
HSL color Cylindrical-coordinate representation of color #9A1C3A: hue angle of 345.71º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C3A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 28 | 58 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.40 |
| HSL | 345.71º | 0.69% | 0.36% | - |
| HSV(B) | 345.71º | 0.82% | 0.6% | - |
| XYZ | 14.51 | 8.01 | 4.78 | - |
| YUV | 69.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 58 | 0 | 0.82 | 0.62 | 0.40 | 345.71 | 0.69 | 0.36 |
| Hex | 9A | 1C | 3A | 0 | 52 | 3E | 28 | 15A | 45 | 24 |
| Octal | 232 | 34 | 72 | 0 | 122 | 76 | 50 | 532 | 105 | 44 |
| Binary | 10011010 | 11100 | 111010 | 0 | 1010010 | 111110 | 101000 | 101011010 | 1000101 | 100100 |
Color Harmonies of #9A1C3A
Complementary color
Monochromatic Colors of #9A1C3A
Black with #9A1C3A
Text Example
Text Example
White with #9A1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1C3A; }
p { color: rgb(154,28,58); }
H1.HeaderClassName
{
color: #9A1C3A;
}
.AnyTagClassName
{
color: #9A1C3A;
}
</style>
background-color css
<style>
a { background-color: #9A1C3A; }
a { background-color: rgb(154,28,58); }
div.DivClassName
{
background-color: #9A1C3A;
}
.BgClassName
{
background-color: #9A1C3A;
}
</style>
border-color css
<style>
span { border-color: #9A1C3A; }
span { border-color: rgb(154,28,58); }
td.TdClassName
{
border-color: #9A1C3A;
}
.TagClassName
{
border-color: #9A1C3A;
}
</style>