Shades of Medium Carmine #B83F26
Tints of Medium Carmine #B83F26
RGB
CMYK
RGB Variations
Color information
#B83F26 (or 0xB83F26) is known color: Medium Carmine. HEX triplet: B8, 3F and 26. RGB value is (184,63,38). Sum of RGB (Red+Green+Blue) = 184+63+38=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F26 is #47C0D9. Grayscale: #606060. Windows color (decimal): -4702426 or 2506680. OLE color: 2506680.
HSL color Cylindrical-coordinate representation of color #B83F26: hue angle of 10.27º 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 #B83F26 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 38 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.28 |
| HSL | 10.27º | 0.66% | 0.44% | - |
| HSV(B) | 10.27º | 0.79% | 0.72% | - |
| XYZ | 21.89 | 13.89 | 3.36 | - |
| YUV | 96.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 38 | 0 | 0.66 | 0.79 | 0.28 | 10.27 | 0.66 | 0.44 |
| Hex | B8 | 3F | 26 | 0 | 42 | 4F | 1C | A | 42 | 2C |
| Octal | 270 | 77 | 46 | 0 | 102 | 117 | 34 | 12 | 102 | 54 |
| Binary | 10111000 | 111111 | 100110 | 0 | 1000010 | 1001111 | 11100 | 1010 | 1000010 | 101100 |
Color Harmonies of #B83F26
Complementary color
Monochromatic Colors of #B83F26
Black with #B83F26
Text Example
Text Example
White with #B83F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F26; }
p { color: rgb(184,63,38); }
H1.HeaderClassName
{
color: #B83F26;
}
.AnyTagClassName
{
color: #B83F26;
}
</style>
background-color css
<style>
a { background-color: #B83F26; }
a { background-color: rgb(184,63,38); }
div.DivClassName
{
background-color: #B83F26;
}
.BgClassName
{
background-color: #B83F26;
}
</style>
border-color css
<style>
span { border-color: #B83F26; }
span { border-color: rgb(184,63,38); }
td.TdClassName
{
border-color: #B83F26;
}
.TagClassName
{
border-color: #B83F26;
}
</style>