Shades of Medium Carmine #B13A30
Tints of Medium Carmine #B13A30
RGB
CMYK
RGB Variations
Color information
#B13A30 (or 0xB13A30) is known color: Medium Carmine. HEX triplet: B1, 3A and 30. RGB value is (177,58,48). Sum of RGB (Red+Green+Blue) = 177+58+48=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A30 is #4EC5CF. Grayscale: #5C5C5C. Windows color (decimal): -5162448 or 3160753. OLE color: 3160753.
HSL color Cylindrical-coordinate representation of color #B13A30: hue angle of 4.65º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13A30 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 48 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.31 |
| HSL | 4.65º | 0.57% | 0.44% | - |
| HSV(B) | 4.65º | 0.73% | 0.69% | - |
| XYZ | 20.18 | 12.59 | 4.16 | - |
| YUV | 92.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 48 | 0 | 0.67 | 0.73 | 0.31 | 4.65 | 0.57 | 0.44 |
| Hex | B1 | 3A | 30 | 0 | 43 | 49 | 1F | 5 | 39 | 2C |
| Octal | 261 | 72 | 60 | 0 | 103 | 111 | 37 | 5 | 71 | 54 |
| Binary | 10110001 | 111010 | 110000 | 0 | 1000011 | 1001001 | 11111 | 101 | 111001 | 101100 |
Color Harmonies of #B13A30
Complementary color
Monochromatic Colors of #B13A30
Black with #B13A30
Text Example
Text Example
White with #B13A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A30; }
p { color: rgb(177,58,48); }
H1.HeaderClassName
{
color: #B13A30;
}
.AnyTagClassName
{
color: #B13A30;
}
</style>
background-color css
<style>
a { background-color: #B13A30; }
a { background-color: rgb(177,58,48); }
div.DivClassName
{
background-color: #B13A30;
}
.BgClassName
{
background-color: #B13A30;
}
</style>
border-color css
<style>
span { border-color: #B13A30; }
span { border-color: rgb(177,58,48); }
td.TdClassName
{
border-color: #B13A30;
}
.TagClassName
{
border-color: #B13A30;
}
</style>