Shades of Cardinal #B61D3A
Tints of Cardinal #B61D3A
RGB
CMYK
RGB Variations
Color information
#B61D3A (or 0xB61D3A) is known color: Cardinal. HEX triplet: B6, 1D and 3A. RGB value is (182,29,58). Sum of RGB (Red+Green+Blue) = 182+29+58=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D3A is #49E2C5. Grayscale: #4E4E4E. Windows color (decimal): -4842182 or 3808694. OLE color: 3808694.
HSL color Cylindrical-coordinate representation of color #B61D3A: hue angle of 348.63º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D3A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 29 | 58 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.29 |
| HSL | 348.63º | 0.73% | 0.41% | - |
| HSV(B) | 348.63º | 0.84% | 0.71% | - |
| XYZ | 20.49 | 11.13 | 5.07 | - |
| YUV | 78.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 58 | 0 | 0.84 | 0.68 | 0.29 | 348.63 | 0.73 | 0.41 |
| Hex | B6 | 1D | 3A | 0 | 54 | 44 | 1D | 15D | 49 | 29 |
| Octal | 266 | 35 | 72 | 0 | 124 | 104 | 35 | 535 | 111 | 51 |
| Binary | 10110110 | 11101 | 111010 | 0 | 1010100 | 1000100 | 11101 | 101011101 | 1001001 | 101001 |
Color Harmonies of #B61D3A
Complementary color
Monochromatic Colors of #B61D3A
Black with #B61D3A
Text Example
Text Example
White with #B61D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61D3A; }
p { color: rgb(182,29,58); }
H1.HeaderClassName
{
color: #B61D3A;
}
.AnyTagClassName
{
color: #B61D3A;
}
</style>
background-color css
<style>
a { background-color: #B61D3A; }
a { background-color: rgb(182,29,58); }
div.DivClassName
{
background-color: #B61D3A;
}
.BgClassName
{
background-color: #B61D3A;
}
</style>
border-color css
<style>
span { border-color: #B61D3A; }
span { border-color: rgb(182,29,58); }
td.TdClassName
{
border-color: #B61D3A;
}
.TagClassName
{
border-color: #B61D3A;
}
</style>