Shades of Cardinal #B61342
Tints of Cardinal #B61342
RGB
CMYK
RGB Variations
Color information
#B61342 (or 0xB61342) is known color: Cardinal. HEX triplet: B6, 13 and 42. RGB value is (182,19,66). Sum of RGB (Red+Green+Blue) = 182+19+66=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61342 is #49ECBD. Grayscale: #494949. Windows color (decimal): -4844734 or 4330422. OLE color: 4330422.
HSL color Cylindrical-coordinate representation of color #B61342: hue angle of 342.7º 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 #B61342 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 66 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.29 |
| HSL | 342.7º | 0.81% | 0.39% | - |
| HSV(B) | 342.7º | 0.9% | 0.71% | - |
| XYZ | 20.51 | 10.8 | 6.16 | - |
| YUV | 73.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 66 | 0 | 0.90 | 0.64 | 0.29 | 342.7 | 0.81 | 0.39 |
| Hex | B6 | 13 | 42 | 0 | 5A | 40 | 1D | 157 | 51 | 27 |
| Octal | 266 | 23 | 102 | 0 | 132 | 100 | 35 | 527 | 121 | 47 |
| Binary | 10110110 | 10011 | 1000010 | 0 | 1011010 | 1000000 | 11101 | 101010111 | 1010001 | 100111 |
Color Harmonies of #B61342
Complementary color
Monochromatic Colors of #B61342
Black with #B61342
Text Example
Text Example
White with #B61342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61342; }
p { color: rgb(182,19,66); }
H1.HeaderClassName
{
color: #B61342;
}
.AnyTagClassName
{
color: #B61342;
}
</style>
background-color css
<style>
a { background-color: #B61342; }
a { background-color: rgb(182,19,66); }
div.DivClassName
{
background-color: #B61342;
}
.BgClassName
{
background-color: #B61342;
}
</style>
border-color css
<style>
span { border-color: #B61342; }
span { border-color: rgb(182,19,66); }
td.TdClassName
{
border-color: #B61342;
}
.TagClassName
{
border-color: #B61342;
}
</style>