Shades of Medium Carmine #B33E2A
Tints of Medium Carmine #B33E2A
RGB
CMYK
RGB Variations
Color information
#B33E2A (or 0xB33E2A) is known color: Medium Carmine. HEX triplet: B3, 3E and 2A. RGB value is (179,62,42). Sum of RGB (Red+Green+Blue) = 179+62+42=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E2A is #4CC1D5. Grayscale: #5E5E5E. Windows color (decimal): -5030358 or 2768563. OLE color: 2768563.
HSL color Cylindrical-coordinate representation of color #B33E2A: hue angle of 8.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33E2A is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 62 | 42 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.30 |
| HSL | 8.76º | 0.62% | 0.43% | - |
| HSV(B) | 8.76º | 0.77% | 0.7% | - |
| XYZ | 20.73 | 13.2 | 3.64 | - |
| YUV | 94.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 62 | 42 | 0 | 0.65 | 0.77 | 0.30 | 8.76 | 0.62 | 0.43 |
| Hex | B3 | 3E | 2A | 0 | 41 | 4D | 1E | 9 | 3E | 2B |
| Octal | 263 | 76 | 52 | 0 | 101 | 115 | 36 | 11 | 76 | 53 |
| Binary | 10110011 | 111110 | 101010 | 0 | 1000001 | 1001101 | 11110 | 1001 | 111110 | 101011 |
Color Harmonies of #B33E2A
Complementary color
Monochromatic Colors of #B33E2A
Black with #B33E2A
Text Example
Text Example
White with #B33E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33E2A; }
p { color: rgb(179,62,42); }
H1.HeaderClassName
{
color: #B33E2A;
}
.AnyTagClassName
{
color: #B33E2A;
}
</style>
background-color css
<style>
a { background-color: #B33E2A; }
a { background-color: rgb(179,62,42); }
div.DivClassName
{
background-color: #B33E2A;
}
.BgClassName
{
background-color: #B33E2A;
}
</style>
border-color css
<style>
span { border-color: #B33E2A; }
span { border-color: rgb(179,62,42); }
td.TdClassName
{
border-color: #B33E2A;
}
.TagClassName
{
border-color: #B33E2A;
}
</style>