Shades of Medium Carmine #B33D34
Tints of Medium Carmine #B33D34
RGB
CMYK
RGB Variations
Color information
#B33D34 (or 0xB33D34) is known color: Medium Carmine. HEX triplet: B3, 3D and 34. RGB value is (179,61,52). Sum of RGB (Red+Green+Blue) = 179+61+52=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D34 is #4CC2CB. Grayscale: #5F5F5F. Windows color (decimal): -5030604 or 3423667. OLE color: 3423667.
HSL color Cylindrical-coordinate representation of color #B33D34: hue angle of 4.25º 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 #B33D34 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 52 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.30 |
| HSL | 4.25º | 0.55% | 0.45% | - |
| HSV(B) | 4.25º | 0.71% | 0.7% | - |
| XYZ | 20.88 | 13.17 | 4.69 | - |
| YUV | 95.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 52 | 0 | 0.66 | 0.71 | 0.30 | 4.25 | 0.55 | 0.45 |
| Hex | B3 | 3D | 34 | 0 | 42 | 47 | 1E | 4 | 37 | 2D |
| Octal | 263 | 75 | 64 | 0 | 102 | 107 | 36 | 4 | 67 | 55 |
| Binary | 10110011 | 111101 | 110100 | 0 | 1000010 | 1000111 | 11110 | 100 | 110111 | 101101 |
Color Harmonies of #B33D34
Complementary color
Monochromatic Colors of #B33D34
Black with #B33D34
Text Example
Text Example
White with #B33D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D34; }
p { color: rgb(179,61,52); }
H1.HeaderClassName
{
color: #B33D34;
}
.AnyTagClassName
{
color: #B33D34;
}
</style>
background-color css
<style>
a { background-color: #B33D34; }
a { background-color: rgb(179,61,52); }
div.DivClassName
{
background-color: #B33D34;
}
.BgClassName
{
background-color: #B33D34;
}
</style>
border-color css
<style>
span { border-color: #B33D34; }
span { border-color: rgb(179,61,52); }
td.TdClassName
{
border-color: #B33D34;
}
.TagClassName
{
border-color: #B33D34;
}
</style>