Shades of Medium Carmine #B2483D
Tints of Medium Carmine #B2483D
RGB
CMYK
RGB Variations
Color information
#B2483D (or 0xB2483D) is known color: Medium Carmine. HEX triplet: B2, 48 and 3D. RGB value is (178,72,61). Sum of RGB (Red+Green+Blue) = 178+72+61=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2483D is #4DB7C2. Grayscale: #666666. Windows color (decimal): -5093315 or 4016306. OLE color: 4016306.
HSL color Cylindrical-coordinate representation of color #B2483D: hue angle of 5.64º degrees, saturation: 0.49, 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 #B2483D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 61 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.30 |
| HSL | 5.64º | 0.49% | 0.47% | - |
| HSV(B) | 5.64º | 0.66% | 0.7% | - |
| XYZ | 21.52 | 14.44 | 6.07 | - |
| YUV | 102.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 61 | 0 | 0.60 | 0.66 | 0.30 | 5.64 | 0.49 | 0.47 |
| Hex | B2 | 48 | 3D | 0 | 3C | 42 | 1E | 6 | 31 | 2F |
| Octal | 262 | 110 | 75 | 0 | 74 | 102 | 36 | 6 | 61 | 57 |
| Binary | 10110010 | 1001000 | 111101 | 0 | 111100 | 1000010 | 11110 | 110 | 110001 | 101111 |
Color Harmonies of #B2483D
Complementary color
Monochromatic Colors of #B2483D
Black with #B2483D
Text Example
Text Example
White with #B2483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2483D; }
p { color: rgb(178,72,61); }
H1.HeaderClassName
{
color: #B2483D;
}
.AnyTagClassName
{
color: #B2483D;
}
</style>
background-color css
<style>
a { background-color: #B2483D; }
a { background-color: rgb(178,72,61); }
div.DivClassName
{
background-color: #B2483D;
}
.BgClassName
{
background-color: #B2483D;
}
</style>
border-color css
<style>
span { border-color: #B2483D; }
span { border-color: rgb(178,72,61); }
td.TdClassName
{
border-color: #B2483D;
}
.TagClassName
{
border-color: #B2483D;
}
</style>