Shades of Cardinal #B61C41
Tints of Cardinal #B61C41
RGB
CMYK
RGB Variations
Color information
#B61C41 (or 0xB61C41) is known color: Cardinal. HEX triplet: B6, 1C and 41. RGB value is (182,28,65). Sum of RGB (Red+Green+Blue) = 182+28+65=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61C41 is #49E3BE. Grayscale: #4E4E4E. Windows color (decimal): -4842431 or 4267190. OLE color: 4267190.
HSL color Cylindrical-coordinate representation of color #B61C41: hue angle of 345.58º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61C41 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 28 | 65 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.29 |
| HSL | 345.58º | 0.73% | 0.41% | - |
| HSV(B) | 345.58º | 0.85% | 0.71% | - |
| XYZ | 20.66 | 11.16 | 6.07 | - |
| YUV | 78.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 28 | 65 | 0 | 0.85 | 0.64 | 0.29 | 345.58 | 0.73 | 0.41 |
| Hex | B6 | 1C | 41 | 0 | 55 | 40 | 1D | 15A | 49 | 29 |
| Octal | 266 | 34 | 101 | 0 | 125 | 100 | 35 | 532 | 111 | 51 |
| Binary | 10110110 | 11100 | 1000001 | 0 | 1010101 | 1000000 | 11101 | 101011010 | 1001001 | 101001 |
Color Harmonies of #B61C41
Complementary color
Monochromatic Colors of #B61C41
Black with #B61C41
Text Example
Text Example
White with #B61C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61C41; }
p { color: rgb(182,28,65); }
H1.HeaderClassName
{
color: #B61C41;
}
.AnyTagClassName
{
color: #B61C41;
}
</style>
background-color css
<style>
a { background-color: #B61C41; }
a { background-color: rgb(182,28,65); }
div.DivClassName
{
background-color: #B61C41;
}
.BgClassName
{
background-color: #B61C41;
}
</style>
border-color css
<style>
span { border-color: #B61C41; }
span { border-color: rgb(182,28,65); }
td.TdClassName
{
border-color: #B61C41;
}
.TagClassName
{
border-color: #B61C41;
}
</style>