Shades of Cardinal #B2043C
Tints of Cardinal #B2043C
RGB
CMYK
RGB Variations
Color information
#B2043C (or 0xB2043C) is known color: Cardinal. HEX triplet: B2, 04 and 3C. RGB value is (178,4,60). Sum of RGB (Red+Green+Blue) = 178+4+60=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2043C is #4DFBC3. Grayscale: #3E3E3E. Windows color (decimal): -5110724 or 3933362. OLE color: 3933362.
HSL color Cylindrical-coordinate representation of color #B2043C: hue angle of 340.69º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2043C is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.30 |
| HSL | 340.69º | 0.96% | 0.36% | - |
| HSV(B) | 340.69º | 0.98% | 0.7% | - |
| XYZ | 19.22 | 9.88 | 5.17 | - |
| YUV | 62.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 60 | 0 | 0.98 | 0.66 | 0.30 | 340.69 | 0.96 | 0.36 |
| Hex | B2 | 4 | 3C | 0 | 62 | 42 | 1E | 155 | 60 | 24 |
| Octal | 262 | 4 | 74 | 0 | 142 | 102 | 36 | 525 | 140 | 44 |
| Binary | 10110010 | 100 | 111100 | 0 | 1100010 | 1000010 | 11110 | 101010101 | 1100000 | 100100 |
Color Harmonies of #B2043C
Complementary color
Monochromatic Colors of #B2043C
Black with #B2043C
Text Example
Text Example
White with #B2043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2043C; }
p { color: rgb(178,4,60); }
H1.HeaderClassName
{
color: #B2043C;
}
.AnyTagClassName
{
color: #B2043C;
}
</style>
background-color css
<style>
a { background-color: #B2043C; }
a { background-color: rgb(178,4,60); }
div.DivClassName
{
background-color: #B2043C;
}
.BgClassName
{
background-color: #B2043C;
}
</style>
border-color css
<style>
span { border-color: #B2043C; }
span { border-color: rgb(178,4,60); }
td.TdClassName
{
border-color: #B2043C;
}
.TagClassName
{
border-color: #B2043C;
}
</style>