Shades of Medium Carmine #B83B23
Tints of Medium Carmine #B83B23
RGB
CMYK
RGB Variations
Color information
#B83B23 (or 0xB83B23) is known color: Medium Carmine. HEX triplet: B8, 3B and 23. RGB value is (184,59,35). Sum of RGB (Red+Green+Blue) = 184+59+35=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B23 is #47C4DC. Grayscale: #5D5D5D. Windows color (decimal): -4703453 or 2309048. OLE color: 2309048.
HSL color Cylindrical-coordinate representation of color #B83B23: hue angle of 9.66º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B83B23 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 35 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.28 |
| HSL | 9.66º | 0.68% | 0.43% | - |
| HSV(B) | 9.66º | 0.81% | 0.72% | - |
| XYZ | 21.63 | 13.44 | 3.04 | - |
| YUV | 93.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 35 | 0 | 0.68 | 0.81 | 0.28 | 9.66 | 0.68 | 0.43 |
| Hex | B8 | 3B | 23 | 0 | 44 | 51 | 1C | A | 44 | 2B |
| Octal | 270 | 73 | 43 | 0 | 104 | 121 | 34 | 12 | 104 | 53 |
| Binary | 10111000 | 111011 | 100011 | 0 | 1000100 | 1010001 | 11100 | 1010 | 1000100 | 101011 |
Color Harmonies of #B83B23
Complementary color
Monochromatic Colors of #B83B23
Black with #B83B23
Text Example
Text Example
White with #B83B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B23; }
p { color: rgb(184,59,35); }
H1.HeaderClassName
{
color: #B83B23;
}
.AnyTagClassName
{
color: #B83B23;
}
</style>
background-color css
<style>
a { background-color: #B83B23; }
a { background-color: rgb(184,59,35); }
div.DivClassName
{
background-color: #B83B23;
}
.BgClassName
{
background-color: #B83B23;
}
</style>
border-color css
<style>
span { border-color: #B83B23; }
span { border-color: rgb(184,59,35); }
td.TdClassName
{
border-color: #B83B23;
}
.TagClassName
{
border-color: #B83B23;
}
</style>