Shades of Cardinal #B41743
Tints of Cardinal #B41743
RGB
CMYK
RGB Variations
Color information
#B41743 (or 0xB41743) is known color: Cardinal. HEX triplet: B4, 17 and 43. RGB value is (180,23,67). Sum of RGB (Red+Green+Blue) = 180+23+67=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B41743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41743 is #4BE8BC. Grayscale: #4A4A4A. Windows color (decimal): -4974781 or 4396980. OLE color: 4396980.
HSL color Cylindrical-coordinate representation of color #B41743: hue angle of 343.18º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41743 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 67 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.29 |
| HSL | 343.18º | 0.77% | 0.4% | - |
| HSV(B) | 343.18º | 0.87% | 0.71% | - |
| XYZ | 20.14 | 10.72 | 6.32 | - |
| YUV | 74.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 67 | 0 | 0.87 | 0.63 | 0.29 | 343.18 | 0.77 | 0.4 |
| Hex | B4 | 17 | 43 | 0 | 57 | 3F | 1D | 157 | 4D | 28 |
| Octal | 264 | 27 | 103 | 0 | 127 | 77 | 35 | 527 | 115 | 50 |
| Binary | 10110100 | 10111 | 1000011 | 0 | 1010111 | 111111 | 11101 | 101010111 | 1001101 | 101000 |
Color Harmonies of #B41743
Complementary color
Monochromatic Colors of #B41743
Black with #B41743
Text Example
Text Example
White with #B41743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41743; }
p { color: rgb(180,23,67); }
H1.HeaderClassName
{
color: #B41743;
}
.AnyTagClassName
{
color: #B41743;
}
</style>
background-color css
<style>
a { background-color: #B41743; }
a { background-color: rgb(180,23,67); }
div.DivClassName
{
background-color: #B41743;
}
.BgClassName
{
background-color: #B41743;
}
</style>
border-color css
<style>
span { border-color: #B41743; }
span { border-color: rgb(180,23,67); }
td.TdClassName
{
border-color: #B41743;
}
.TagClassName
{
border-color: #B41743;
}
</style>