Shades of Medium Carmine #B5452F
Tints of Medium Carmine #B5452F
RGB
CMYK
RGB Variations
Color information
#B5452F (or 0xB5452F) is known color: Medium Carmine. HEX triplet: B5, 45 and 2F. RGB value is (181,69,47). Sum of RGB (Red+Green+Blue) = 181+69+47=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5452F is #4ABAD0. Grayscale: #646464. Windows color (decimal): -4897489 or 3098037. OLE color: 3098037.
HSL color Cylindrical-coordinate representation of color #B5452F: hue angle of 9.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5452F is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 47 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.29 |
| HSL | 9.85º | 0.59% | 0.45% | - |
| HSV(B) | 9.85º | 0.74% | 0.71% | - |
| XYZ | 21.7 | 14.29 | 4.3 | - |
| YUV | 99.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 47 | 0 | 0.62 | 0.74 | 0.29 | 9.85 | 0.59 | 0.45 |
| Hex | B5 | 45 | 2F | 0 | 3E | 4A | 1D | A | 3B | 2D |
| Octal | 265 | 105 | 57 | 0 | 76 | 112 | 35 | 12 | 73 | 55 |
| Binary | 10110101 | 1000101 | 101111 | 0 | 111110 | 1001010 | 11101 | 1010 | 111011 | 101101 |
Color Harmonies of #B5452F
Complementary color
Monochromatic Colors of #B5452F
Black with #B5452F
Text Example
Text Example
White with #B5452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5452F; }
p { color: rgb(181,69,47); }
H1.HeaderClassName
{
color: #B5452F;
}
.AnyTagClassName
{
color: #B5452F;
}
</style>
background-color css
<style>
a { background-color: #B5452F; }
a { background-color: rgb(181,69,47); }
div.DivClassName
{
background-color: #B5452F;
}
.BgClassName
{
background-color: #B5452F;
}
</style>
border-color css
<style>
span { border-color: #B5452F; }
span { border-color: rgb(181,69,47); }
td.TdClassName
{
border-color: #B5452F;
}
.TagClassName
{
border-color: #B5452F;
}
</style>