Shades of Cardinal #B00F41
Tints of Cardinal #B00F41
RGB
CMYK
RGB Variations
Color information
#B00F41 (or 0xB00F41) is known color: Cardinal. HEX triplet: B0, 0F and 41. RGB value is (176,15,65). Sum of RGB (Red+Green+Blue) = 176+15+65=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F41 is #4FF0BE. Grayscale: #444444. Windows color (decimal): -5238975 or 4263856. OLE color: 4263856.
HSL color Cylindrical-coordinate representation of color #B00F41: hue angle of 341.37º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F41 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 65 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.31 |
| HSL | 341.37º | 0.84% | 0.37% | - |
| HSV(B) | 341.37º | 0.91% | 0.69% | - |
| XYZ | 19.03 | 9.95 | 5.92 | - |
| YUV | 68.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 65 | 0 | 0.91 | 0.63 | 0.31 | 341.37 | 0.84 | 0.37 |
| Hex | B0 | F | 41 | 0 | 5B | 3F | 1F | 155 | 54 | 25 |
| Octal | 260 | 17 | 101 | 0 | 133 | 77 | 37 | 525 | 124 | 45 |
| Binary | 10110000 | 1111 | 1000001 | 0 | 1011011 | 111111 | 11111 | 101010101 | 1010100 | 100101 |
Color Harmonies of #B00F41
Complementary color
Monochromatic Colors of #B00F41
Black with #B00F41
Text Example
Text Example
White with #B00F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F41; }
p { color: rgb(176,15,65); }
H1.HeaderClassName
{
color: #B00F41;
}
.AnyTagClassName
{
color: #B00F41;
}
</style>
background-color css
<style>
a { background-color: #B00F41; }
a { background-color: rgb(176,15,65); }
div.DivClassName
{
background-color: #B00F41;
}
.BgClassName
{
background-color: #B00F41;
}
</style>
border-color css
<style>
span { border-color: #B00F41; }
span { border-color: rgb(176,15,65); }
td.TdClassName
{
border-color: #B00F41;
}
.TagClassName
{
border-color: #B00F41;
}
</style>