Shades of Bright Red #9A183C
Tints of Bright Red #9A183C
RGB
CMYK
RGB Variations
Color information
#9A183C (or 0x9A183C) is known color: Bright Red. HEX triplet: 9A, 18 and 3C. RGB value is (154,24,60). Sum of RGB (Red+Green+Blue) = 154+24+60=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A183C is #65E7C3. Grayscale: #424242. Windows color (decimal): -6678468 or 3938458. OLE color: 3938458.
HSL color Cylindrical-coordinate representation of color #9A183C: hue angle of 343.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A183C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 60 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.40 |
| HSL | 343.38º | 0.73% | 0.35% | - |
| HSV(B) | 343.38º | 0.84% | 0.6% | - |
| XYZ | 14.47 | 7.85 | 5.03 | - |
| YUV | 66.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 60 | 0 | 0.84 | 0.61 | 0.40 | 343.38 | 0.73 | 0.35 |
| Hex | 9A | 18 | 3C | 0 | 54 | 3D | 28 | 157 | 49 | 23 |
| Octal | 232 | 30 | 74 | 0 | 124 | 75 | 50 | 527 | 111 | 43 |
| Binary | 10011010 | 11000 | 111100 | 0 | 1010100 | 111101 | 101000 | 101010111 | 1001001 | 100011 |
Color Harmonies of #9A183C
Complementary color
Monochromatic Colors of #9A183C
Black with #9A183C
Text Example
Text Example
White with #9A183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A183C; }
p { color: rgb(154,24,60); }
H1.HeaderClassName
{
color: #9A183C;
}
.AnyTagClassName
{
color: #9A183C;
}
</style>
background-color css
<style>
a { background-color: #9A183C; }
a { background-color: rgb(154,24,60); }
div.DivClassName
{
background-color: #9A183C;
}
.BgClassName
{
background-color: #9A183C;
}
</style>
border-color css
<style>
span { border-color: #9A183C; }
span { border-color: rgb(154,24,60); }
td.TdClassName
{
border-color: #9A183C;
}
.TagClassName
{
border-color: #9A183C;
}
</style>