Shades of Cardinal #B0242C
Tints of Cardinal #B0242C
RGB
CMYK
RGB Variations
Color information
#B0242C (or 0xB0242C) is known color: Cardinal. HEX triplet: B0, 24 and 2C. RGB value is (176,36,44). Sum of RGB (Red+Green+Blue) = 176+36+44=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0242C is #4FDBD3. Grayscale: #4E4E4E. Windows color (decimal): -5233620 or 2892976. OLE color: 2892976.
HSL color Cylindrical-coordinate representation of color #B0242C: hue angle of 356.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0242C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 44 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.31 |
| HSL | 356.57º | 0.66% | 0.42% | - |
| HSV(B) | 356.57º | 0.8% | 0.69% | - |
| XYZ | 18.99 | 10.67 | 3.44 | - |
| YUV | 78.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 44 | 0 | 0.80 | 0.75 | 0.31 | 356.57 | 0.66 | 0.42 |
| Hex | B0 | 24 | 2C | 0 | 50 | 4B | 1F | 165 | 42 | 2A |
| Octal | 260 | 44 | 54 | 0 | 120 | 113 | 37 | 545 | 102 | 52 |
| Binary | 10110000 | 100100 | 101100 | 0 | 1010000 | 1001011 | 11111 | 101100101 | 1000010 | 101010 |
Color Harmonies of #B0242C
Complementary color
Monochromatic Colors of #B0242C
Black with #B0242C
Text Example
Text Example
White with #B0242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0242C; }
p { color: rgb(176,36,44); }
H1.HeaderClassName
{
color: #B0242C;
}
.AnyTagClassName
{
color: #B0242C;
}
</style>
background-color css
<style>
a { background-color: #B0242C; }
a { background-color: rgb(176,36,44); }
div.DivClassName
{
background-color: #B0242C;
}
.BgClassName
{
background-color: #B0242C;
}
</style>
border-color css
<style>
span { border-color: #B0242C; }
span { border-color: rgb(176,36,44); }
td.TdClassName
{
border-color: #B0242C;
}
.TagClassName
{
border-color: #B0242C;
}
</style>