Shades of Medium Carmine #B33A34
Tints of Medium Carmine #B33A34
RGB
CMYK
RGB Variations
Color information
#B33A34 (or 0xB33A34) is known color: Medium Carmine. HEX triplet: B3, 3A and 34. RGB value is (179,58,52). Sum of RGB (Red+Green+Blue) = 179+58+52=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A34 is #4CC5CB. Grayscale: #5D5D5D. Windows color (decimal): -5031372 or 3422899. OLE color: 3422899.
HSL color Cylindrical-coordinate representation of color #B33A34: hue angle of 2.83º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33A34 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 52 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.30 |
| HSL | 2.83º | 0.55% | 0.45% | - |
| HSV(B) | 2.83º | 0.71% | 0.7% | - |
| XYZ | 20.72 | 12.86 | 4.64 | - |
| YUV | 93.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 52 | 0 | 0.68 | 0.71 | 0.30 | 2.83 | 0.55 | 0.45 |
| Hex | B3 | 3A | 34 | 0 | 44 | 47 | 1E | 3 | 37 | 2D |
| Octal | 263 | 72 | 64 | 0 | 104 | 107 | 36 | 3 | 67 | 55 |
| Binary | 10110011 | 111010 | 110100 | 0 | 1000100 | 1000111 | 11110 | 11 | 110111 | 101101 |
Color Harmonies of #B33A34
Complementary color
Monochromatic Colors of #B33A34
Black with #B33A34
Text Example
Text Example
White with #B33A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A34; }
p { color: rgb(179,58,52); }
H1.HeaderClassName
{
color: #B33A34;
}
.AnyTagClassName
{
color: #B33A34;
}
</style>
background-color css
<style>
a { background-color: #B33A34; }
a { background-color: rgb(179,58,52); }
div.DivClassName
{
background-color: #B33A34;
}
.BgClassName
{
background-color: #B33A34;
}
</style>
border-color css
<style>
span { border-color: #B33A34; }
span { border-color: rgb(179,58,52); }
td.TdClassName
{
border-color: #B33A34;
}
.TagClassName
{
border-color: #B33A34;
}
</style>