Shades of Cardinal #B61143
Tints of Cardinal #B61143
RGB
CMYK
RGB Variations
Color information
#B61143 (or 0xB61143) is known color: Cardinal. HEX triplet: B6, 11 and 43. RGB value is (182,17,67). Sum of RGB (Red+Green+Blue) = 182+17+67=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B61143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61143 is #49EEBC. Grayscale: #484848. Windows color (decimal): -4845245 or 4395446. OLE color: 4395446.
HSL color Cylindrical-coordinate representation of color #B61143: hue angle of 341.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61143 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.29 |
| HSL | 341.82º | 0.83% | 0.39% | - |
| HSV(B) | 341.82º | 0.91% | 0.71% | - |
| XYZ | 20.5 | 10.75 | 6.3 | - |
| YUV | 72.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 67 | 0 | 0.91 | 0.63 | 0.29 | 341.82 | 0.83 | 0.39 |
| Hex | B6 | 11 | 43 | 0 | 5B | 3F | 1D | 156 | 53 | 27 |
| Octal | 266 | 21 | 103 | 0 | 133 | 77 | 35 | 526 | 123 | 47 |
| Binary | 10110110 | 10001 | 1000011 | 0 | 1011011 | 111111 | 11101 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B61143
Complementary color
Monochromatic Colors of #B61143
Black with #B61143
Text Example
Text Example
White with #B61143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61143; }
p { color: rgb(182,17,67); }
H1.HeaderClassName
{
color: #B61143;
}
.AnyTagClassName
{
color: #B61143;
}
</style>
background-color css
<style>
a { background-color: #B61143; }
a { background-color: rgb(182,17,67); }
div.DivClassName
{
background-color: #B61143;
}
.BgClassName
{
background-color: #B61143;
}
</style>
border-color css
<style>
span { border-color: #B61143; }
span { border-color: rgb(182,17,67); }
td.TdClassName
{
border-color: #B61143;
}
.TagClassName
{
border-color: #B61143;
}
</style>