Shades of Medium Carmine #B23921
Tints of Medium Carmine #B23921
RGB
CMYK
RGB Variations
Color information
#B23921 (or 0xB23921) is known color: Medium Carmine. HEX triplet: B2, 39 and 21. RGB value is (178,57,33). Sum of RGB (Red+Green+Blue) = 178+57+33=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B23921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23921 is #4DC6DE. Grayscale: #5A5A5A. Windows color (decimal): -5097183 or 2177458. OLE color: 2177458.
HSL color Cylindrical-coordinate representation of color #B23921: hue angle of 9.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B23921 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 33 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.30 |
| HSL | 9.93º | 0.69% | 0.41% | - |
| HSV(B) | 9.93º | 0.81% | 0.7% | - |
| XYZ | 20.1 | 12.5 | 2.79 | - |
| YUV | 90.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 33 | 0 | 0.68 | 0.81 | 0.30 | 9.93 | 0.69 | 0.41 |
| Hex | B2 | 39 | 21 | 0 | 44 | 51 | 1E | A | 45 | 29 |
| Octal | 262 | 71 | 41 | 0 | 104 | 121 | 36 | 12 | 105 | 51 |
| Binary | 10110010 | 111001 | 100001 | 0 | 1000100 | 1010001 | 11110 | 1010 | 1000101 | 101001 |
Color Harmonies of #B23921
Complementary color
Monochromatic Colors of #B23921
Black with #B23921
Text Example
Text Example
White with #B23921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23921; }
p { color: rgb(178,57,33); }
H1.HeaderClassName
{
color: #B23921;
}
.AnyTagClassName
{
color: #B23921;
}
</style>
background-color css
<style>
a { background-color: #B23921; }
a { background-color: rgb(178,57,33); }
div.DivClassName
{
background-color: #B23921;
}
.BgClassName
{
background-color: #B23921;
}
</style>
border-color css
<style>
span { border-color: #B23921; }
span { border-color: rgb(178,57,33); }
td.TdClassName
{
border-color: #B23921;
}
.TagClassName
{
border-color: #B23921;
}
</style>