Shades of Medium Carmine #B83B26
Tints of Medium Carmine #B83B26
RGB
CMYK
RGB Variations
Color information
#B83B26 (or 0xB83B26) is known color: Medium Carmine. HEX triplet: B8, 3B and 26. RGB value is (184,59,38). Sum of RGB (Red+Green+Blue) = 184+59+38=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B26 is #47C4D9. Grayscale: #5E5E5E. Windows color (decimal): -4703450 or 2505656. OLE color: 2505656.
HSL color Cylindrical-coordinate representation of color #B83B26: hue angle of 8.63º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B83B26 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 38 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.28 |
| HSL | 8.63º | 0.66% | 0.44% | - |
| HSV(B) | 8.63º | 0.79% | 0.72% | - |
| XYZ | 21.68 | 13.46 | 3.29 | - |
| YUV | 93.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 38 | 0 | 0.68 | 0.79 | 0.28 | 8.63 | 0.66 | 0.44 |
| Hex | B8 | 3B | 26 | 0 | 44 | 4F | 1C | 9 | 42 | 2C |
| Octal | 270 | 73 | 46 | 0 | 104 | 117 | 34 | 11 | 102 | 54 |
| Binary | 10111000 | 111011 | 100110 | 0 | 1000100 | 1001111 | 11100 | 1001 | 1000010 | 101100 |
Color Harmonies of #B83B26
Complementary color
Monochromatic Colors of #B83B26
Black with #B83B26
Text Example
Text Example
White with #B83B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B26; }
p { color: rgb(184,59,38); }
H1.HeaderClassName
{
color: #B83B26;
}
.AnyTagClassName
{
color: #B83B26;
}
</style>
background-color css
<style>
a { background-color: #B83B26; }
a { background-color: rgb(184,59,38); }
div.DivClassName
{
background-color: #B83B26;
}
.BgClassName
{
background-color: #B83B26;
}
</style>
border-color css
<style>
span { border-color: #B83B26; }
span { border-color: rgb(184,59,38); }
td.TdClassName
{
border-color: #B83B26;
}
.TagClassName
{
border-color: #B83B26;
}
</style>