Shades of Cardinal #B00741
Tints of Cardinal #B00741
RGB
CMYK
RGB Variations
Color information
#B00741 (or 0xB00741) is known color: Cardinal. HEX triplet: B0, 07 and 41. RGB value is (176,7,65). Sum of RGB (Red+Green+Blue) = 176+7+65=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00741 is #4FF8BE. Grayscale: #404040. Windows color (decimal): -5241023 or 4261808. OLE color: 4261808.
HSL color Cylindrical-coordinate representation of color #B00741: hue angle of 339.41º 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 #B00741 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.31 |
| HSL | 339.41º | 0.92% | 0.36% | - |
| HSV(B) | 339.41º | 0.96% | 0.69% | - |
| XYZ | 18.93 | 9.76 | 5.89 | - |
| YUV | 64.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 65 | 0 | 0.96 | 0.63 | 0.31 | 339.41 | 0.92 | 0.36 |
| Hex | B0 | 7 | 41 | 0 | 60 | 3F | 1F | 153 | 5C | 24 |
| Octal | 260 | 7 | 101 | 0 | 140 | 77 | 37 | 523 | 134 | 44 |
| Binary | 10110000 | 111 | 1000001 | 0 | 1100000 | 111111 | 11111 | 101010011 | 1011100 | 100100 |
Color Harmonies of #B00741
Complementary color
Monochromatic Colors of #B00741
Black with #B00741
Text Example
Text Example
White with #B00741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00741; }
p { color: rgb(176,7,65); }
H1.HeaderClassName
{
color: #B00741;
}
.AnyTagClassName
{
color: #B00741;
}
</style>
background-color css
<style>
a { background-color: #B00741; }
a { background-color: rgb(176,7,65); }
div.DivClassName
{
background-color: #B00741;
}
.BgClassName
{
background-color: #B00741;
}
</style>
border-color css
<style>
span { border-color: #B00741; }
span { border-color: rgb(176,7,65); }
td.TdClassName
{
border-color: #B00741;
}
.TagClassName
{
border-color: #B00741;
}
</style>