Shades of Cardinal #B0242B
Tints of Cardinal #B0242B
RGB
CMYK
RGB Variations
Color information
#B0242B (or 0xB0242B) is known color: Cardinal. HEX triplet: B0, 24 and 2B. RGB value is (176,36,43). Sum of RGB (Red+Green+Blue) = 176+36+43=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0242B is #4FDBD4. Grayscale: #4E4E4E. Windows color (decimal): -5233621 or 2827440. OLE color: 2827440.
HSL color Cylindrical-coordinate representation of color #B0242B: hue angle of 357º 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 #B0242B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 43 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.31 |
| HSL | 357º | 0.66% | 0.42% | - |
| HSV(B) | 357º | 0.8% | 0.69% | - |
| XYZ | 18.97 | 10.67 | 3.34 | - |
| YUV | 78.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 43 | 0 | 0.80 | 0.76 | 0.31 | 357 | 0.66 | 0.42 |
| Hex | B0 | 24 | 2B | 0 | 50 | 4C | 1F | 165 | 42 | 2A |
| Octal | 260 | 44 | 53 | 0 | 120 | 114 | 37 | 545 | 102 | 52 |
| Binary | 10110000 | 100100 | 101011 | 0 | 1010000 | 1001100 | 11111 | 101100101 | 1000010 | 101010 |
Color Harmonies of #B0242B
Complementary color
Monochromatic Colors of #B0242B
Black with #B0242B
Text Example
Text Example
White with #B0242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0242B; }
p { color: rgb(176,36,43); }
H1.HeaderClassName
{
color: #B0242B;
}
.AnyTagClassName
{
color: #B0242B;
}
</style>
background-color css
<style>
a { background-color: #B0242B; }
a { background-color: rgb(176,36,43); }
div.DivClassName
{
background-color: #B0242B;
}
.BgClassName
{
background-color: #B0242B;
}
</style>
border-color css
<style>
span { border-color: #B0242B; }
span { border-color: rgb(176,36,43); }
td.TdClassName
{
border-color: #B0242B;
}
.TagClassName
{
border-color: #B0242B;
}
</style>