Shades of Medium Carmine #B1433D
Tints of Medium Carmine #B1433D
RGB
CMYK
RGB Variations
Color information
#B1433D (or 0xB1433D) is known color: Medium Carmine. HEX triplet: B1, 43 and 3D. RGB value is (177,67,61). Sum of RGB (Red+Green+Blue) = 177+67+61=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1433D is #4EBCC2. Grayscale: #636363. Windows color (decimal): -5160131 or 4015025. OLE color: 4015025.
HSL color Cylindrical-coordinate representation of color #B1433D: hue angle of 3.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1433D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 61 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.31 |
| HSL | 3.1º | 0.49% | 0.47% | - |
| HSV(B) | 3.1º | 0.66% | 0.69% | - |
| XYZ | 20.98 | 13.7 | 5.95 | - |
| YUV | 99.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 61 | 0 | 0.62 | 0.66 | 0.31 | 3.1 | 0.49 | 0.47 |
| Hex | B1 | 43 | 3D | 0 | 3E | 42 | 1F | 3 | 31 | 2F |
| Octal | 261 | 103 | 75 | 0 | 76 | 102 | 37 | 3 | 61 | 57 |
| Binary | 10110001 | 1000011 | 111101 | 0 | 111110 | 1000010 | 11111 | 11 | 110001 | 101111 |
Color Harmonies of #B1433D
Complementary color
Monochromatic Colors of #B1433D
Black with #B1433D
Text Example
Text Example
White with #B1433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1433D; }
p { color: rgb(177,67,61); }
H1.HeaderClassName
{
color: #B1433D;
}
.AnyTagClassName
{
color: #B1433D;
}
</style>
background-color css
<style>
a { background-color: #B1433D; }
a { background-color: rgb(177,67,61); }
div.DivClassName
{
background-color: #B1433D;
}
.BgClassName
{
background-color: #B1433D;
}
</style>
border-color css
<style>
span { border-color: #B1433D; }
span { border-color: rgb(177,67,61); }
td.TdClassName
{
border-color: #B1433D;
}
.TagClassName
{
border-color: #B1433D;
}
</style>