Shades of Medium Carmine #B04429
Tints of Medium Carmine #B04429
RGB
CMYK
RGB Variations
Color information
#B04429 (or 0xB04429) is known color: Medium Carmine. HEX triplet: B0, 44 and 29. RGB value is (176,68,41). Sum of RGB (Red+Green+Blue) = 176+68+41=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B04429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04429 is #4FBBD6. Grayscale: #616161. Windows color (decimal): -5225431 or 2704560. OLE color: 2704560.
HSL color Cylindrical-coordinate representation of color #B04429: hue angle of 12º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B04429 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 41 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.31 |
| HSL | 12º | 0.62% | 0.43% | - |
| HSV(B) | 12º | 0.77% | 0.69% | - |
| XYZ | 20.37 | 13.52 | 3.63 | - |
| YUV | 97.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 41 | 0 | 0.61 | 0.77 | 0.31 | 12 | 0.62 | 0.43 |
| Hex | B0 | 44 | 29 | 0 | 3D | 4D | 1F | C | 3E | 2B |
| Octal | 260 | 104 | 51 | 0 | 75 | 115 | 37 | 14 | 76 | 53 |
| Binary | 10110000 | 1000100 | 101001 | 0 | 111101 | 1001101 | 11111 | 1100 | 111110 | 101011 |
Color Harmonies of #B04429
Complementary color
Monochromatic Colors of #B04429
Black with #B04429
Text Example
Text Example
White with #B04429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04429; }
p { color: rgb(176,68,41); }
H1.HeaderClassName
{
color: #B04429;
}
.AnyTagClassName
{
color: #B04429;
}
</style>
background-color css
<style>
a { background-color: #B04429; }
a { background-color: rgb(176,68,41); }
div.DivClassName
{
background-color: #B04429;
}
.BgClassName
{
background-color: #B04429;
}
</style>
border-color css
<style>
span { border-color: #B04429; }
span { border-color: rgb(176,68,41); }
td.TdClassName
{
border-color: #B04429;
}
.TagClassName
{
border-color: #B04429;
}
</style>