Shades of Cardinal #B61B3A
Tints of Cardinal #B61B3A
RGB
CMYK
RGB Variations
Color information
#B61B3A (or 0xB61B3A) is known color: Cardinal. HEX triplet: B6, 1B and 3A. RGB value is (182,27,58). Sum of RGB (Red+Green+Blue) = 182+27+58=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B3A is #49E4C5. Grayscale: #4C4C4C. Windows color (decimal): -4842694 or 3808182. OLE color: 3808182.
HSL color Cylindrical-coordinate representation of color #B61B3A: hue angle of 348º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B3A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 58 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.29 |
| HSL | 348º | 0.74% | 0.41% | - |
| HSV(B) | 348º | 0.85% | 0.71% | - |
| XYZ | 20.45 | 11.03 | 5.06 | - |
| YUV | 76.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 58 | 0 | 0.85 | 0.68 | 0.29 | 348 | 0.74 | 0.41 |
| Hex | B6 | 1B | 3A | 0 | 55 | 44 | 1D | 15C | 4A | 29 |
| Octal | 266 | 33 | 72 | 0 | 125 | 104 | 35 | 534 | 112 | 51 |
| Binary | 10110110 | 11011 | 111010 | 0 | 1010101 | 1000100 | 11101 | 101011100 | 1001010 | 101001 |
Color Harmonies of #B61B3A
Complementary color
Monochromatic Colors of #B61B3A
Black with #B61B3A
Text Example
Text Example
White with #B61B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61B3A; }
p { color: rgb(182,27,58); }
H1.HeaderClassName
{
color: #B61B3A;
}
.AnyTagClassName
{
color: #B61B3A;
}
</style>
background-color css
<style>
a { background-color: #B61B3A; }
a { background-color: rgb(182,27,58); }
div.DivClassName
{
background-color: #B61B3A;
}
.BgClassName
{
background-color: #B61B3A;
}
</style>
border-color css
<style>
span { border-color: #B61B3A; }
span { border-color: rgb(182,27,58); }
td.TdClassName
{
border-color: #B61B3A;
}
.TagClassName
{
border-color: #B61B3A;
}
</style>