Shades of Cardinal #B61435
Tints of Cardinal #B61435
RGB
CMYK
RGB Variations
Color information
#B61435 (or 0xB61435) is known color: Cardinal. HEX triplet: B6, 14 and 35. RGB value is (182,20,53). Sum of RGB (Red+Green+Blue) = 182+20+53=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B61435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61435 is #49EBCA. Grayscale: #484848. Windows color (decimal): -4844491 or 3478710. OLE color: 3478710.
HSL color Cylindrical-coordinate representation of color #B61435: hue angle of 347.78º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61435 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 53 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.29 |
| HSL | 347.78º | 0.8% | 0.4% | - |
| HSV(B) | 347.78º | 0.89% | 0.71% | - |
| XYZ | 20.18 | 10.7 | 4.37 | - |
| YUV | 72.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 53 | 0 | 0.89 | 0.71 | 0.29 | 347.78 | 0.8 | 0.4 |
| Hex | B6 | 14 | 35 | 0 | 59 | 47 | 1D | 15C | 50 | 28 |
| Octal | 266 | 24 | 65 | 0 | 131 | 107 | 35 | 534 | 120 | 50 |
| Binary | 10110110 | 10100 | 110101 | 0 | 1011001 | 1000111 | 11101 | 101011100 | 1010000 | 101000 |
Color Harmonies of #B61435
Complementary color
Monochromatic Colors of #B61435
Black with #B61435
Text Example
Text Example
White with #B61435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61435; }
p { color: rgb(182,20,53); }
H1.HeaderClassName
{
color: #B61435;
}
.AnyTagClassName
{
color: #B61435;
}
</style>
background-color css
<style>
a { background-color: #B61435; }
a { background-color: rgb(182,20,53); }
div.DivClassName
{
background-color: #B61435;
}
.BgClassName
{
background-color: #B61435;
}
</style>
border-color css
<style>
span { border-color: #B61435; }
span { border-color: rgb(182,20,53); }
td.TdClassName
{
border-color: #B61435;
}
.TagClassName
{
border-color: #B61435;
}
</style>