Shades of Cardinal #B0243F
Tints of Cardinal #B0243F
RGB
CMYK
RGB Variations
Color information
#B0243F (or 0xB0243F) is known color: Cardinal. HEX triplet: B0, 24 and 3F. RGB value is (176,36,63). Sum of RGB (Red+Green+Blue) = 176+36+63=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0243F is #4FDBC0. Grayscale: #505050. Windows color (decimal): -5233601 or 4138160. OLE color: 4138160.
HSL color Cylindrical-coordinate representation of color #B0243F: hue angle of 348.43º 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 #B0243F is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 63 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.31 |
| HSL | 348.43º | 0.66% | 0.42% | - |
| HSV(B) | 348.43º | 0.8% | 0.69% | - |
| XYZ | 19.43 | 10.85 | 5.77 | - |
| YUV | 80.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 63 | 0 | 0.80 | 0.64 | 0.31 | 348.43 | 0.66 | 0.42 |
| Hex | B0 | 24 | 3F | 0 | 50 | 40 | 1F | 15C | 42 | 2A |
| Octal | 260 | 44 | 77 | 0 | 120 | 100 | 37 | 534 | 102 | 52 |
| Binary | 10110000 | 100100 | 111111 | 0 | 1010000 | 1000000 | 11111 | 101011100 | 1000010 | 101010 |
Color Harmonies of #B0243F
Complementary color
Monochromatic Colors of #B0243F
Black with #B0243F
Text Example
Text Example
White with #B0243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0243F; }
p { color: rgb(176,36,63); }
H1.HeaderClassName
{
color: #B0243F;
}
.AnyTagClassName
{
color: #B0243F;
}
</style>
background-color css
<style>
a { background-color: #B0243F; }
a { background-color: rgb(176,36,63); }
div.DivClassName
{
background-color: #B0243F;
}
.BgClassName
{
background-color: #B0243F;
}
</style>
border-color css
<style>
span { border-color: #B0243F; }
span { border-color: rgb(176,36,63); }
td.TdClassName
{
border-color: #B0243F;
}
.TagClassName
{
border-color: #B0243F;
}
</style>