Shades of Medium Carmine #B13D23
Tints of Medium Carmine #B13D23
RGB
CMYK
RGB Variations
Color information
#B13D23 (or 0xB13D23) is known color: Medium Carmine. HEX triplet: B1, 3D and 23. RGB value is (177,61,35). Sum of RGB (Red+Green+Blue) = 177+61+35=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D23 is #4EC2DC. Grayscale: #5C5C5C. Windows color (decimal): -5161693 or 2309553. OLE color: 2309553.
HSL color Cylindrical-coordinate representation of color #B13D23: hue angle of 10.99º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B13D23 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 35 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.31 |
| HSL | 10.99º | 0.67% | 0.42% | - |
| HSV(B) | 10.99º | 0.8% | 0.69% | - |
| XYZ | 20.1 | 12.81 | 3 | - |
| YUV | 92.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 35 | 0 | 0.66 | 0.80 | 0.31 | 10.99 | 0.67 | 0.42 |
| Hex | B1 | 3D | 23 | 0 | 42 | 50 | 1F | B | 43 | 2A |
| Octal | 261 | 75 | 43 | 0 | 102 | 120 | 37 | 13 | 103 | 52 |
| Binary | 10110001 | 111101 | 100011 | 0 | 1000010 | 1010000 | 11111 | 1011 | 1000011 | 101010 |
Color Harmonies of #B13D23
Complementary color
Monochromatic Colors of #B13D23
Black with #B13D23
Text Example
Text Example
White with #B13D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D23; }
p { color: rgb(177,61,35); }
H1.HeaderClassName
{
color: #B13D23;
}
.AnyTagClassName
{
color: #B13D23;
}
</style>
background-color css
<style>
a { background-color: #B13D23; }
a { background-color: rgb(177,61,35); }
div.DivClassName
{
background-color: #B13D23;
}
.BgClassName
{
background-color: #B13D23;
}
</style>
border-color css
<style>
span { border-color: #B13D23; }
span { border-color: rgb(177,61,35); }
td.TdClassName
{
border-color: #B13D23;
}
.TagClassName
{
border-color: #B13D23;
}
</style>