Shades of Cardinal #B00731
Tints of Cardinal #B00731
RGB
CMYK
RGB Variations
Color information
#B00731 (or 0xB00731) is known color: Cardinal. HEX triplet: B0, 07 and 31. RGB value is (176,7,49). Sum of RGB (Red+Green+Blue) = 176+7+49=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B00731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00731 is #4FF8CE. Grayscale: #3E3E3E. Windows color (decimal): -5241039 or 3213232. OLE color: 3213232.
HSL color Cylindrical-coordinate representation of color #B00731: hue angle of 345.09º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00731 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 49 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.31 |
| HSL | 345.09º | 0.92% | 0.36% | - |
| HSV(B) | 345.09º | 0.96% | 0.69% | - |
| XYZ | 18.53 | 9.6 | 3.78 | - |
| YUV | 62.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 49 | 0 | 0.96 | 0.72 | 0.31 | 345.09 | 0.92 | 0.36 |
| Hex | B0 | 7 | 31 | 0 | 60 | 48 | 1F | 159 | 5C | 24 |
| Octal | 260 | 7 | 61 | 0 | 140 | 110 | 37 | 531 | 134 | 44 |
| Binary | 10110000 | 111 | 110001 | 0 | 1100000 | 1001000 | 11111 | 101011001 | 1011100 | 100100 |
Color Harmonies of #B00731
Complementary color
Monochromatic Colors of #B00731
Black with #B00731
Text Example
Text Example
White with #B00731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00731; }
p { color: rgb(176,7,49); }
H1.HeaderClassName
{
color: #B00731;
}
.AnyTagClassName
{
color: #B00731;
}
</style>
background-color css
<style>
a { background-color: #B00731; }
a { background-color: rgb(176,7,49); }
div.DivClassName
{
background-color: #B00731;
}
.BgClassName
{
background-color: #B00731;
}
</style>
border-color css
<style>
span { border-color: #B00731; }
span { border-color: rgb(176,7,49); }
td.TdClassName
{
border-color: #B00731;
}
.TagClassName
{
border-color: #B00731;
}
</style>