Shades of Bright Red #9A232B
Tints of Bright Red #9A232B
RGB
CMYK
RGB Variations
Color information
#9A232B (or 0x9A232B) is known color: Bright Red. HEX triplet: 9A, 23 and 2B. RGB value is (154,35,43). Sum of RGB (Red+Green+Blue) = 154+35+43=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A232B is #65DCD4. Grayscale: #474747. Windows color (decimal): -6675669 or 2827162. OLE color: 2827162.
HSL color Cylindrical-coordinate representation of color #9A232B: hue angle of 355.97º degrees, saturation: 0.63, 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 #9A232B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 43 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.40 |
| HSL | 355.97º | 0.63% | 0.37% | - |
| HSV(B) | 355.97º | 0.77% | 0.6% | - |
| XYZ | 14.36 | 8.25 | 3.12 | - |
| YUV | 71.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 43 | 0 | 0.77 | 0.72 | 0.40 | 355.97 | 0.63 | 0.37 |
| Hex | 9A | 23 | 2B | 0 | 4D | 48 | 28 | 164 | 3F | 25 |
| Octal | 232 | 43 | 53 | 0 | 115 | 110 | 50 | 544 | 77 | 45 |
| Binary | 10011010 | 100011 | 101011 | 0 | 1001101 | 1001000 | 101000 | 101100100 | 111111 | 100101 |
Color Harmonies of #9A232B
Complementary color
Monochromatic Colors of #9A232B
Black with #9A232B
Text Example
Text Example
White with #9A232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A232B; }
p { color: rgb(154,35,43); }
H1.HeaderClassName
{
color: #9A232B;
}
.AnyTagClassName
{
color: #9A232B;
}
</style>
background-color css
<style>
a { background-color: #9A232B; }
a { background-color: rgb(154,35,43); }
div.DivClassName
{
background-color: #9A232B;
}
.BgClassName
{
background-color: #9A232B;
}
</style>
border-color css
<style>
span { border-color: #9A232B; }
span { border-color: rgb(154,35,43); }
td.TdClassName
{
border-color: #9A232B;
}
.TagClassName
{
border-color: #9A232B;
}
</style>