Shades of Medium Carmine #B6433C
Tints of Medium Carmine #B6433C
RGB
CMYK
RGB Variations
Color information
#B6433C (or 0xB6433C) is known color: Medium Carmine. HEX triplet: B6, 43 and 3C. RGB value is (182,67,60). Sum of RGB (Red+Green+Blue) = 182+67+60=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6433C is #49BCC3. Grayscale: #646464. Windows color (decimal): -4832452 or 3949494. OLE color: 3949494.
HSL color Cylindrical-coordinate representation of color #B6433C: hue angle of 3.44º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6433C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 60 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.29 |
| HSL | 3.44º | 0.5% | 0.47% | - |
| HSV(B) | 3.44º | 0.67% | 0.71% | - |
| XYZ | 22.11 | 14.29 | 5.87 | - |
| YUV | 100.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 60 | 0 | 0.63 | 0.67 | 0.29 | 3.44 | 0.5 | 0.47 |
| Hex | B6 | 43 | 3C | 0 | 3F | 43 | 1D | 3 | 32 | 2F |
| Octal | 266 | 103 | 74 | 0 | 77 | 103 | 35 | 3 | 62 | 57 |
| Binary | 10110110 | 1000011 | 111100 | 0 | 111111 | 1000011 | 11101 | 11 | 110010 | 101111 |
Color Harmonies of #B6433C
Complementary color
Monochromatic Colors of #B6433C
Black with #B6433C
Text Example
Text Example
White with #B6433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6433C; }
p { color: rgb(182,67,60); }
H1.HeaderClassName
{
color: #B6433C;
}
.AnyTagClassName
{
color: #B6433C;
}
</style>
background-color css
<style>
a { background-color: #B6433C; }
a { background-color: rgb(182,67,60); }
div.DivClassName
{
background-color: #B6433C;
}
.BgClassName
{
background-color: #B6433C;
}
</style>
border-color css
<style>
span { border-color: #B6433C; }
span { border-color: rgb(182,67,60); }
td.TdClassName
{
border-color: #B6433C;
}
.TagClassName
{
border-color: #B6433C;
}
</style>