Shades of Carmine #920B27
Tints of Carmine #920B27
RGB
CMYK
RGB Variations
Color information
#920B27 (or 0x920B27) is known color: Carmine. HEX triplet: 92, 0B and 27. RGB value is (146,11,39). Sum of RGB (Red+Green+Blue) = 146+11+39=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #920B27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B27 is #6DF4D8. Grayscale: #363636. Windows color (decimal): -7206105 or 2558866. OLE color: 2558866.
HSL color Cylindrical-coordinate representation of color #920B27: hue angle of 347.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B27 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 39 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.43 |
| HSL | 347.56º | 0.86% | 0.31% | - |
| HSV(B) | 347.56º | 0.92% | 0.57% | - |
| XYZ | 12.34 | 6.5 | 2.52 | - |
| YUV | 54.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 39 | 0 | 0.92 | 0.73 | 0.43 | 347.56 | 0.86 | 0.31 |
| Hex | 92 | B | 27 | 0 | 5C | 49 | 2B | 15C | 56 | 1F |
| Octal | 222 | 13 | 47 | 0 | 134 | 111 | 53 | 534 | 126 | 37 |
| Binary | 10010010 | 1011 | 100111 | 0 | 1011100 | 1001001 | 101011 | 101011100 | 1010110 | 11111 |
Color Harmonies of #920B27
Complementary color
Monochromatic Colors of #920B27
Black with #920B27
Text Example
Text Example
White with #920B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B27; }
p { color: rgb(146,11,39); }
H1.HeaderClassName
{
color: #920B27;
}
.AnyTagClassName
{
color: #920B27;
}
</style>
background-color css
<style>
a { background-color: #920B27; }
a { background-color: rgb(146,11,39); }
div.DivClassName
{
background-color: #920B27;
}
.BgClassName
{
background-color: #920B27;
}
</style>
border-color css
<style>
span { border-color: #920B27; }
span { border-color: rgb(146,11,39); }
td.TdClassName
{
border-color: #920B27;
}
.TagClassName
{
border-color: #920B27;
}
</style>