Shades of Bright Red #9A2430
Tints of Bright Red #9A2430
RGB
CMYK
RGB Variations
Color information
#9A2430 (or 0x9A2430) is known color: Bright Red. HEX triplet: 9A, 24 and 30. RGB value is (154,36,48). Sum of RGB (Red+Green+Blue) = 154+36+48=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2430 is #65DBCF. Grayscale: #484848. Windows color (decimal): -6675408 or 3155098. OLE color: 3155098.
HSL color Cylindrical-coordinate representation of color #9A2430: hue angle of 353.9º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2430 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 48 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.40 |
| HSL | 353.9º | 0.62% | 0.37% | - |
| HSV(B) | 353.9º | 0.77% | 0.6% | - |
| XYZ | 14.49 | 8.35 | 3.64 | - |
| YUV | 72.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 48 | 0 | 0.77 | 0.69 | 0.40 | 353.9 | 0.62 | 0.37 |
| Hex | 9A | 24 | 30 | 0 | 4D | 45 | 28 | 162 | 3E | 25 |
| Octal | 232 | 44 | 60 | 0 | 115 | 105 | 50 | 542 | 76 | 45 |
| Binary | 10011010 | 100100 | 110000 | 0 | 1001101 | 1000101 | 101000 | 101100010 | 111110 | 100101 |
Color Harmonies of #9A2430
Complementary color
Monochromatic Colors of #9A2430
Black with #9A2430
Text Example
Text Example
White with #9A2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2430; }
p { color: rgb(154,36,48); }
H1.HeaderClassName
{
color: #9A2430;
}
.AnyTagClassName
{
color: #9A2430;
}
</style>
background-color css
<style>
a { background-color: #9A2430; }
a { background-color: rgb(154,36,48); }
div.DivClassName
{
background-color: #9A2430;
}
.BgClassName
{
background-color: #9A2430;
}
</style>
border-color css
<style>
span { border-color: #9A2430; }
span { border-color: rgb(154,36,48); }
td.TdClassName
{
border-color: #9A2430;
}
.TagClassName
{
border-color: #9A2430;
}
</style>