Shades of Medium Carmine #B1433A
Tints of Medium Carmine #B1433A
RGB
CMYK
RGB Variations
Color information
#B1433A (or 0xB1433A) is known color: Medium Carmine. HEX triplet: B1, 43 and 3A. RGB value is (177,67,58). Sum of RGB (Red+Green+Blue) = 177+67+58=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1433A is #4EBCC5. Grayscale: #636363. Windows color (decimal): -5160134 or 3818417. OLE color: 3818417.
HSL color Cylindrical-coordinate representation of color #B1433A: hue angle of 4.54º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1433A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 58 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.31 |
| HSL | 4.54º | 0.51% | 0.46% | - |
| HSV(B) | 4.54º | 0.67% | 0.69% | - |
| XYZ | 20.9 | 13.67 | 5.54 | - |
| YUV | 98.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 58 | 0 | 0.62 | 0.67 | 0.31 | 4.54 | 0.51 | 0.46 |
| Hex | B1 | 43 | 3A | 0 | 3E | 43 | 1F | 5 | 33 | 2E |
| Octal | 261 | 103 | 72 | 0 | 76 | 103 | 37 | 5 | 63 | 56 |
| Binary | 10110001 | 1000011 | 111010 | 0 | 111110 | 1000011 | 11111 | 101 | 110011 | 101110 |
Color Harmonies of #B1433A
Complementary color
Monochromatic Colors of #B1433A
Black with #B1433A
Text Example
Text Example
White with #B1433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1433A; }
p { color: rgb(177,67,58); }
H1.HeaderClassName
{
color: #B1433A;
}
.AnyTagClassName
{
color: #B1433A;
}
</style>
background-color css
<style>
a { background-color: #B1433A; }
a { background-color: rgb(177,67,58); }
div.DivClassName
{
background-color: #B1433A;
}
.BgClassName
{
background-color: #B1433A;
}
</style>
border-color css
<style>
span { border-color: #B1433A; }
span { border-color: rgb(177,67,58); }
td.TdClassName
{
border-color: #B1433A;
}
.TagClassName
{
border-color: #B1433A;
}
</style>