Shades of Medium Carmine #B33A30
Tints of Medium Carmine #B33A30
RGB
CMYK
RGB Variations
Color information
#B33A30 (or 0xB33A30) is known color: Medium Carmine. HEX triplet: B3, 3A and 30. RGB value is (179,58,48). Sum of RGB (Red+Green+Blue) = 179+58+48=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A30 is #4CC5CF. Grayscale: #5D5D5D. Windows color (decimal): -5031376 or 3160755. OLE color: 3160755.
HSL color Cylindrical-coordinate representation of color #B33A30: hue angle of 4.58º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33A30 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 48 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.30 |
| HSL | 4.58º | 0.58% | 0.45% | - |
| HSV(B) | 4.58º | 0.73% | 0.7% | - |
| XYZ | 20.64 | 12.82 | 4.18 | - |
| YUV | 93.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 48 | 0 | 0.68 | 0.73 | 0.30 | 4.58 | 0.58 | 0.45 |
| Hex | B3 | 3A | 30 | 0 | 44 | 49 | 1E | 5 | 3A | 2D |
| Octal | 263 | 72 | 60 | 0 | 104 | 111 | 36 | 5 | 72 | 55 |
| Binary | 10110011 | 111010 | 110000 | 0 | 1000100 | 1001001 | 11110 | 101 | 111010 | 101101 |
Color Harmonies of #B33A30
Complementary color
Monochromatic Colors of #B33A30
Black with #B33A30
Text Example
Text Example
White with #B33A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A30; }
p { color: rgb(179,58,48); }
H1.HeaderClassName
{
color: #B33A30;
}
.AnyTagClassName
{
color: #B33A30;
}
</style>
background-color css
<style>
a { background-color: #B33A30; }
a { background-color: rgb(179,58,48); }
div.DivClassName
{
background-color: #B33A30;
}
.BgClassName
{
background-color: #B33A30;
}
</style>
border-color css
<style>
span { border-color: #B33A30; }
span { border-color: rgb(179,58,48); }
td.TdClassName
{
border-color: #B33A30;
}
.TagClassName
{
border-color: #B33A30;
}
</style>