Shades of Medium Carmine #B33A2A
Tints of Medium Carmine #B33A2A
RGB
CMYK
RGB Variations
Color information
#B33A2A (or 0xB33A2A) is known color: Medium Carmine. HEX triplet: B3, 3A and 2A. RGB value is (179,58,42). Sum of RGB (Red+Green+Blue) = 179+58+42=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A2A is #4CC5D5. Grayscale: #5C5C5C. Windows color (decimal): -5031382 or 2767539. OLE color: 2767539.
HSL color Cylindrical-coordinate representation of color #B33A2A: hue angle of 7.01º 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 #B33A2A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 42 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.30 |
| HSL | 7.01º | 0.62% | 0.43% | - |
| HSV(B) | 7.01º | 0.77% | 0.7% | - |
| XYZ | 20.52 | 12.78 | 3.58 | - |
| YUV | 92.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 42 | 0 | 0.68 | 0.77 | 0.30 | 7.01 | 0.62 | 0.43 |
| Hex | B3 | 3A | 2A | 0 | 44 | 4D | 1E | 7 | 3E | 2B |
| Octal | 263 | 72 | 52 | 0 | 104 | 115 | 36 | 7 | 76 | 53 |
| Binary | 10110011 | 111010 | 101010 | 0 | 1000100 | 1001101 | 11110 | 111 | 111110 | 101011 |
Color Harmonies of #B33A2A
Complementary color
Monochromatic Colors of #B33A2A
Black with #B33A2A
Text Example
Text Example
White with #B33A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A2A; }
p { color: rgb(179,58,42); }
H1.HeaderClassName
{
color: #B33A2A;
}
.AnyTagClassName
{
color: #B33A2A;
}
</style>
background-color css
<style>
a { background-color: #B33A2A; }
a { background-color: rgb(179,58,42); }
div.DivClassName
{
background-color: #B33A2A;
}
.BgClassName
{
background-color: #B33A2A;
}
</style>
border-color css
<style>
span { border-color: #B33A2A; }
span { border-color: rgb(179,58,42); }
td.TdClassName
{
border-color: #B33A2A;
}
.TagClassName
{
border-color: #B33A2A;
}
</style>