Shades of Cardinal #B0242E
Tints of Cardinal #B0242E
RGB
CMYK
RGB Variations
Color information
#B0242E (or 0xB0242E) is known color: Cardinal. HEX triplet: B0, 24 and 2E. RGB value is (176,36,46). Sum of RGB (Red+Green+Blue) = 176+36+46=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0242E is #4FDBD1. Grayscale: #4F4F4F. Windows color (decimal): -5233618 or 3024048. OLE color: 3024048.
HSL color Cylindrical-coordinate representation of color #B0242E: hue angle of 355.71º 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 #B0242E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 46 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.31 |
| HSL | 355.71º | 0.66% | 0.42% | - |
| HSV(B) | 355.71º | 0.8% | 0.69% | - |
| XYZ | 19.03 | 10.69 | 3.65 | - |
| YUV | 79 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 46 | 0 | 0.80 | 0.74 | 0.31 | 355.71 | 0.66 | 0.42 |
| Hex | B0 | 24 | 2E | 0 | 50 | 4A | 1F | 164 | 42 | 2A |
| Octal | 260 | 44 | 56 | 0 | 120 | 112 | 37 | 544 | 102 | 52 |
| Binary | 10110000 | 100100 | 101110 | 0 | 1010000 | 1001010 | 11111 | 101100100 | 1000010 | 101010 |
Color Harmonies of #B0242E
Complementary color
Monochromatic Colors of #B0242E
Black with #B0242E
Text Example
Text Example
White with #B0242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0242E; }
p { color: rgb(176,36,46); }
H1.HeaderClassName
{
color: #B0242E;
}
.AnyTagClassName
{
color: #B0242E;
}
</style>
background-color css
<style>
a { background-color: #B0242E; }
a { background-color: rgb(176,36,46); }
div.DivClassName
{
background-color: #B0242E;
}
.BgClassName
{
background-color: #B0242E;
}
</style>
border-color css
<style>
span { border-color: #B0242E; }
span { border-color: rgb(176,36,46); }
td.TdClassName
{
border-color: #B0242E;
}
.TagClassName
{
border-color: #B0242E;
}
</style>