Shades of Medium Carmine #B23D2A
Tints of Medium Carmine #B23D2A
RGB
CMYK
RGB Variations
Color information
#B23D2A (or 0xB23D2A) is known color: Medium Carmine. HEX triplet: B2, 3D and 2A. RGB value is (178,61,42). Sum of RGB (Red+Green+Blue) = 178+61+42=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D2A is #4DC2D5. Grayscale: #5E5E5E. Windows color (decimal): -5096150 or 2768306. OLE color: 2768306.
HSL color Cylindrical-coordinate representation of color #B23D2A: hue angle of 8.38º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23D2A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 42 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.30 |
| HSL | 8.38º | 0.62% | 0.43% | - |
| HSV(B) | 8.38º | 0.76% | 0.7% | - |
| XYZ | 20.45 | 12.97 | 3.62 | - |
| YUV | 93.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 42 | 0 | 0.66 | 0.76 | 0.30 | 8.38 | 0.62 | 0.43 |
| Hex | B2 | 3D | 2A | 0 | 42 | 4C | 1E | 8 | 3E | 2B |
| Octal | 262 | 75 | 52 | 0 | 102 | 114 | 36 | 10 | 76 | 53 |
| Binary | 10110010 | 111101 | 101010 | 0 | 1000010 | 1001100 | 11110 | 1000 | 111110 | 101011 |
Color Harmonies of #B23D2A
Complementary color
Monochromatic Colors of #B23D2A
Black with #B23D2A
Text Example
Text Example
White with #B23D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D2A; }
p { color: rgb(178,61,42); }
H1.HeaderClassName
{
color: #B23D2A;
}
.AnyTagClassName
{
color: #B23D2A;
}
</style>
background-color css
<style>
a { background-color: #B23D2A; }
a { background-color: rgb(178,61,42); }
div.DivClassName
{
background-color: #B23D2A;
}
.BgClassName
{
background-color: #B23D2A;
}
</style>
border-color css
<style>
span { border-color: #B23D2A; }
span { border-color: rgb(178,61,42); }
td.TdClassName
{
border-color: #B23D2A;
}
.TagClassName
{
border-color: #B23D2A;
}
</style>