Shades of Cardinal #B40341
Tints of Cardinal #B40341
RGB
CMYK
RGB Variations
Color information
#B40341 (or 0xB40341) is known color: Cardinal. HEX triplet: B4, 03 and 41. RGB value is (180,3,65). Sum of RGB (Red+Green+Blue) = 180+3+65=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B40341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40341 is #4BFCBE. Grayscale: #3E3E3E. Windows color (decimal): -4979903 or 4260788. OLE color: 4260788.
HSL color Cylindrical-coordinate representation of color #B40341: hue angle of 338.98º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40341 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 65 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.29 |
| HSL | 338.98º | 0.97% | 0.36% | - |
| HSV(B) | 338.98º | 0.98% | 0.71% | - |
| XYZ | 19.81 | 10.15 | 5.92 | - |
| YUV | 62.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 65 | 0 | 0.98 | 0.64 | 0.29 | 338.98 | 0.97 | 0.36 |
| Hex | B4 | 3 | 41 | 0 | 62 | 40 | 1D | 153 | 61 | 24 |
| Octal | 264 | 3 | 101 | 0 | 142 | 100 | 35 | 523 | 141 | 44 |
| Binary | 10110100 | 11 | 1000001 | 0 | 1100010 | 1000000 | 11101 | 101010011 | 1100001 | 100100 |
Color Harmonies of #B40341
Complementary color
Monochromatic Colors of #B40341
Black with #B40341
Text Example
Text Example
White with #B40341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40341; }
p { color: rgb(180,3,65); }
H1.HeaderClassName
{
color: #B40341;
}
.AnyTagClassName
{
color: #B40341;
}
</style>
background-color css
<style>
a { background-color: #B40341; }
a { background-color: rgb(180,3,65); }
div.DivClassName
{
background-color: #B40341;
}
.BgClassName
{
background-color: #B40341;
}
</style>
border-color css
<style>
span { border-color: #B40341; }
span { border-color: rgb(180,3,65); }
td.TdClassName
{
border-color: #B40341;
}
.TagClassName
{
border-color: #B40341;
}
</style>