Shades of Cardinal #B61345
Tints of Cardinal #B61345
RGB
CMYK
RGB Variations
Color information
#B61345 (or 0xB61345) is known color: Cardinal. HEX triplet: B6, 13 and 45. RGB value is (182,19,69). Sum of RGB (Red+Green+Blue) = 182+19+69=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B61345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61345 is #49ECBA. Grayscale: #494949. Windows color (decimal): -4844731 or 4527030. OLE color: 4527030.
HSL color Cylindrical-coordinate representation of color #B61345: hue angle of 341.6º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61345 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 69 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.29 |
| HSL | 341.6º | 0.81% | 0.39% | - |
| HSV(B) | 341.6º | 0.9% | 0.71% | - |
| XYZ | 20.6 | 10.84 | 6.64 | - |
| YUV | 73.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 69 | 0 | 0.90 | 0.62 | 0.29 | 341.6 | 0.81 | 0.39 |
| Hex | B6 | 13 | 45 | 0 | 5A | 3E | 1D | 156 | 51 | 27 |
| Octal | 266 | 23 | 105 | 0 | 132 | 76 | 35 | 526 | 121 | 47 |
| Binary | 10110110 | 10011 | 1000101 | 0 | 1011010 | 111110 | 11101 | 101010110 | 1010001 | 100111 |
Color Harmonies of #B61345
Complementary color
Monochromatic Colors of #B61345
Black with #B61345
Text Example
Text Example
White with #B61345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61345; }
p { color: rgb(182,19,69); }
H1.HeaderClassName
{
color: #B61345;
}
.AnyTagClassName
{
color: #B61345;
}
</style>
background-color css
<style>
a { background-color: #B61345; }
a { background-color: rgb(182,19,69); }
div.DivClassName
{
background-color: #B61345;
}
.BgClassName
{
background-color: #B61345;
}
</style>
border-color css
<style>
span { border-color: #B61345; }
span { border-color: rgb(182,19,69); }
td.TdClassName
{
border-color: #B61345;
}
.TagClassName
{
border-color: #B61345;
}
</style>