Shades of Medium Carmine #B33D25
Tints of Medium Carmine #B33D25
RGB
CMYK
RGB Variations
Color information
#B33D25 (or 0xB33D25) is known color: Medium Carmine. HEX triplet: B3, 3D and 25. RGB value is (179,61,37). Sum of RGB (Red+Green+Blue) = 179+61+37=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D25 is #4CC2DA. Grayscale: #5D5D5D. Windows color (decimal): -5030619 or 2440627. OLE color: 2440627.
HSL color Cylindrical-coordinate representation of color #B33D25: hue angle of 10.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B33D25 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 37 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.30 |
| HSL | 10.14º | 0.66% | 0.42% | - |
| HSV(B) | 10.14º | 0.79% | 0.7% | - |
| XYZ | 20.59 | 13.05 | 3.18 | - |
| YUV | 93.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 37 | 0 | 0.66 | 0.79 | 0.30 | 10.14 | 0.66 | 0.42 |
| Hex | B3 | 3D | 25 | 0 | 42 | 4F | 1E | A | 42 | 2A |
| Octal | 263 | 75 | 45 | 0 | 102 | 117 | 36 | 12 | 102 | 52 |
| Binary | 10110011 | 111101 | 100101 | 0 | 1000010 | 1001111 | 11110 | 1010 | 1000010 | 101010 |
Color Harmonies of #B33D25
Complementary color
Monochromatic Colors of #B33D25
Black with #B33D25
Text Example
Text Example
White with #B33D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D25; }
p { color: rgb(179,61,37); }
H1.HeaderClassName
{
color: #B33D25;
}
.AnyTagClassName
{
color: #B33D25;
}
</style>
background-color css
<style>
a { background-color: #B33D25; }
a { background-color: rgb(179,61,37); }
div.DivClassName
{
background-color: #B33D25;
}
.BgClassName
{
background-color: #B33D25;
}
</style>
border-color css
<style>
span { border-color: #B33D25; }
span { border-color: rgb(179,61,37); }
td.TdClassName
{
border-color: #B33D25;
}
.TagClassName
{
border-color: #B33D25;
}
</style>