Shades of Cardinal #B61D2D
Tints of Cardinal #B61D2D
RGB
CMYK
RGB Variations
Color information
#B61D2D (or 0xB61D2D) is known color: Cardinal. HEX triplet: B6, 1D and 2D. RGB value is (182,29,45). Sum of RGB (Red+Green+Blue) = 182+29+45=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D2D is #49E2D2. Grayscale: #4C4C4C. Windows color (decimal): -4842195 or 2956726. OLE color: 2956726.
HSL color Cylindrical-coordinate representation of color #B61D2D: hue angle of 353.73º 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 #B61D2D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 29 | 45 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.29 |
| HSL | 353.73º | 0.73% | 0.41% | - |
| HSV(B) | 353.73º | 0.84% | 0.71% | - |
| XYZ | 20.2 | 11.01 | 3.54 | - |
| YUV | 76.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 45 | 0 | 0.84 | 0.75 | 0.29 | 353.73 | 0.73 | 0.41 |
| Hex | B6 | 1D | 2D | 0 | 54 | 4B | 1D | 162 | 49 | 29 |
| Octal | 266 | 35 | 55 | 0 | 124 | 113 | 35 | 542 | 111 | 51 |
| Binary | 10110110 | 11101 | 101101 | 0 | 1010100 | 1001011 | 11101 | 101100010 | 1001001 | 101001 |
Color Harmonies of #B61D2D
Complementary color
Monochromatic Colors of #B61D2D
Black with #B61D2D
Text Example
Text Example
White with #B61D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61D2D; }
p { color: rgb(182,29,45); }
H1.HeaderClassName
{
color: #B61D2D;
}
.AnyTagClassName
{
color: #B61D2D;
}
</style>
background-color css
<style>
a { background-color: #B61D2D; }
a { background-color: rgb(182,29,45); }
div.DivClassName
{
background-color: #B61D2D;
}
.BgClassName
{
background-color: #B61D2D;
}
</style>
border-color css
<style>
span { border-color: #B61D2D; }
span { border-color: rgb(182,29,45); }
td.TdClassName
{
border-color: #B61D2D;
}
.TagClassName
{
border-color: #B61D2D;
}
</style>