Shades of Medium Carmine #B3453C
Tints of Medium Carmine #B3453C
RGB
CMYK
RGB Variations
Color information
#B3453C (or 0xB3453C) is known color: Medium Carmine. HEX triplet: B3, 45 and 3C. RGB value is (179,69,60). Sum of RGB (Red+Green+Blue) = 179+69+60=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3453C is #4CBAC3. Grayscale: #656565. Windows color (decimal): -5028548 or 3950003. OLE color: 3950003.
HSL color Cylindrical-coordinate representation of color #B3453C: hue angle of 4.54º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3453C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 60 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.30 |
| HSL | 4.54º | 0.5% | 0.47% | - |
| HSV(B) | 4.54º | 0.66% | 0.7% | - |
| XYZ | 21.53 | 14.17 | 5.87 | - |
| YUV | 100.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 60 | 0 | 0.61 | 0.66 | 0.30 | 4.54 | 0.5 | 0.47 |
| Hex | B3 | 45 | 3C | 0 | 3D | 42 | 1E | 5 | 32 | 2F |
| Octal | 263 | 105 | 74 | 0 | 75 | 102 | 36 | 5 | 62 | 57 |
| Binary | 10110011 | 1000101 | 111100 | 0 | 111101 | 1000010 | 11110 | 101 | 110010 | 101111 |
Color Harmonies of #B3453C
Complementary color
Monochromatic Colors of #B3453C
Black with #B3453C
Text Example
Text Example
White with #B3453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3453C; }
p { color: rgb(179,69,60); }
H1.HeaderClassName
{
color: #B3453C;
}
.AnyTagClassName
{
color: #B3453C;
}
</style>
background-color css
<style>
a { background-color: #B3453C; }
a { background-color: rgb(179,69,60); }
div.DivClassName
{
background-color: #B3453C;
}
.BgClassName
{
background-color: #B3453C;
}
</style>
border-color css
<style>
span { border-color: #B3453C; }
span { border-color: rgb(179,69,60); }
td.TdClassName
{
border-color: #B3453C;
}
.TagClassName
{
border-color: #B3453C;
}
</style>