Shades of Cardinal #B00C41
Tints of Cardinal #B00C41
RGB
CMYK
RGB Variations
Color information
#B00C41 (or 0xB00C41) is known color: Cardinal. HEX triplet: B0, 0C and 41. RGB value is (176,12,65). Sum of RGB (Red+Green+Blue) = 176+12+65=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C41 is #4FF3BE. Grayscale: #434343. Windows color (decimal): -5239743 or 4263088. OLE color: 4263088.
HSL color Cylindrical-coordinate representation of color #B00C41: hue angle of 340.61º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C41 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 65 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.31 |
| HSL | 340.61º | 0.87% | 0.37% | - |
| HSV(B) | 340.61º | 0.93% | 0.69% | - |
| XYZ | 18.99 | 9.87 | 5.91 | - |
| YUV | 67.08 | 126.83 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 65 | 0 | 0.93 | 0.63 | 0.31 | 340.61 | 0.87 | 0.37 |
| Hex | B0 | C | 41 | 0 | 5D | 3F | 1F | 155 | 57 | 25 |
| Octal | 260 | 14 | 101 | 0 | 135 | 77 | 37 | 525 | 127 | 45 |
| Binary | 10110000 | 1100 | 1000001 | 0 | 1011101 | 111111 | 11111 | 101010101 | 1010111 | 100101 |
Color Harmonies of #B00C41
Complementary color
Monochromatic Colors of #B00C41
Black with #B00C41
Text Example
Text Example
White with #B00C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C41; }
p { color: rgb(176,12,65); }
H1.HeaderClassName
{
color: #B00C41;
}
.AnyTagClassName
{
color: #B00C41;
}
</style>
background-color css
<style>
a { background-color: #B00C41; }
a { background-color: rgb(176,12,65); }
div.DivClassName
{
background-color: #B00C41;
}
.BgClassName
{
background-color: #B00C41;
}
</style>
border-color css
<style>
span { border-color: #B00C41; }
span { border-color: rgb(176,12,65); }
td.TdClassName
{
border-color: #B00C41;
}
.TagClassName
{
border-color: #B00C41;
}
</style>