Shades of Bright Red #9A252B
Tints of Bright Red #9A252B
RGB
CMYK
RGB Variations
Color information
#9A252B (or 0x9A252B) is known color: Bright Red. HEX triplet: 9A, 25 and 2B. RGB value is (154,37,43). Sum of RGB (Red+Green+Blue) = 154+37+43=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A252B is #65DAD4. Grayscale: #484848. Windows color (decimal): -6675157 or 2827674. OLE color: 2827674.
HSL color Cylindrical-coordinate representation of color #9A252B: hue angle of 356.92º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A252B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 43 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.40 |
| HSL | 356.92º | 0.61% | 0.37% | - |
| HSV(B) | 356.92º | 0.76% | 0.6% | - |
| XYZ | 14.42 | 8.37 | 3.14 | - |
| YUV | 72.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 43 | 0 | 0.76 | 0.72 | 0.40 | 356.92 | 0.61 | 0.37 |
| Hex | 9A | 25 | 2B | 0 | 4C | 48 | 28 | 165 | 3D | 25 |
| Octal | 232 | 45 | 53 | 0 | 114 | 110 | 50 | 545 | 75 | 45 |
| Binary | 10011010 | 100101 | 101011 | 0 | 1001100 | 1001000 | 101000 | 101100101 | 111101 | 100101 |
Color Harmonies of #9A252B
Complementary color
Monochromatic Colors of #9A252B
Black with #9A252B
Text Example
Text Example
White with #9A252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A252B; }
p { color: rgb(154,37,43); }
H1.HeaderClassName
{
color: #9A252B;
}
.AnyTagClassName
{
color: #9A252B;
}
</style>
background-color css
<style>
a { background-color: #9A252B; }
a { background-color: rgb(154,37,43); }
div.DivClassName
{
background-color: #9A252B;
}
.BgClassName
{
background-color: #9A252B;
}
</style>
border-color css
<style>
span { border-color: #9A252B; }
span { border-color: rgb(154,37,43); }
td.TdClassName
{
border-color: #9A252B;
}
.TagClassName
{
border-color: #9A252B;
}
</style>