Shades of Medium Carmine #B3423C
Tints of Medium Carmine #B3423C
RGB
CMYK
RGB Variations
Color information
#B3423C (or 0xB3423C) is known color: Medium Carmine. HEX triplet: B3, 42 and 3C. RGB value is (179,66,60). Sum of RGB (Red+Green+Blue) = 179+66+60=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3423C is #4CBDC3. Grayscale: #636363. Windows color (decimal): -5029316 or 3949235. OLE color: 3949235.
HSL color Cylindrical-coordinate representation of color #B3423C: hue angle of 3.03º 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 #B3423C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 60 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.30 |
| HSL | 3.03º | 0.5% | 0.47% | - |
| HSV(B) | 3.03º | 0.66% | 0.7% | - |
| XYZ | 21.35 | 13.81 | 5.81 | - |
| YUV | 99.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 60 | 0 | 0.63 | 0.66 | 0.30 | 3.03 | 0.5 | 0.47 |
| Hex | B3 | 42 | 3C | 0 | 3F | 42 | 1E | 3 | 32 | 2F |
| Octal | 263 | 102 | 74 | 0 | 77 | 102 | 36 | 3 | 62 | 57 |
| Binary | 10110011 | 1000010 | 111100 | 0 | 111111 | 1000010 | 11110 | 11 | 110010 | 101111 |
Color Harmonies of #B3423C
Complementary color
Monochromatic Colors of #B3423C
Black with #B3423C
Text Example
Text Example
White with #B3423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3423C; }
p { color: rgb(179,66,60); }
H1.HeaderClassName
{
color: #B3423C;
}
.AnyTagClassName
{
color: #B3423C;
}
</style>
background-color css
<style>
a { background-color: #B3423C; }
a { background-color: rgb(179,66,60); }
div.DivClassName
{
background-color: #B3423C;
}
.BgClassName
{
background-color: #B3423C;
}
</style>
border-color css
<style>
span { border-color: #B3423C; }
span { border-color: rgb(179,66,60); }
td.TdClassName
{
border-color: #B3423C;
}
.TagClassName
{
border-color: #B3423C;
}
</style>