Shades of Carmine #9B131F
Tints of Carmine #9B131F
RGB
CMYK
RGB Variations
Color information
#9B131F (or 0x9B131F) is known color: Carmine. HEX triplet: 9B, 13 and 1F. RGB value is (155,19,31). Sum of RGB (Red+Green+Blue) = 155+19+31=205 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.61% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 155 - color contains mainly: red. Hex color #9B131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B131F is #64ECE0. Grayscale: #3D3D3D. Windows color (decimal): -6614241 or 2036635. OLE color: 2036635.
HSL color Cylindrical-coordinate representation of color #9B131F: hue angle of 354.71º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B131F is Cyan = 0, Magento = 0.88, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 31 | - |
| CMYK | 0 | 0.88 | 0.8 | 0.39 |
| HSL | 354.71º | 0.78% | 0.34% | - |
| HSV(B) | 354.71º | 0.88% | 0.61% | - |
| XYZ | 14 | 7.53 | 2.01 | - |
| YUV | 61.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 31 | 0 | 0.88 | 0.8 | 0.39 | 354.71 | 0.78 | 0.34 |
| Hex | 9B | 13 | 1F | 0 | 58 | 50 | 27 | 163 | 4E | 22 |
| Octal | 233 | 23 | 37 | 0 | 130 | 120 | 47 | 543 | 116 | 42 |
| Binary | 10011011 | 10011 | 11111 | 0 | 1011000 | 1010000 | 100111 | 101100011 | 1001110 | 100010 |
Color Harmonies of #9B131F
Complementary color
Monochromatic Colors of #9B131F
Black with #9B131F
Text Example
Text Example
White with #9B131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B131F; }
p { color: rgb(155,19,31); }
H1.HeaderClassName
{
color: #9B131F;
}
.AnyTagClassName
{
color: #9B131F;
}
</style>
background-color css
<style>
a { background-color: #9B131F; }
a { background-color: rgb(155,19,31); }
div.DivClassName
{
background-color: #9B131F;
}
.BgClassName
{
background-color: #9B131F;
}
</style>
border-color css
<style>
span { border-color: #9B131F; }
span { border-color: rgb(155,19,31); }
td.TdClassName
{
border-color: #9B131F;
}
.TagClassName
{
border-color: #9B131F;
}
</style>