Shades of Cardinal #B61F2D
Tints of Cardinal #B61F2D
RGB
CMYK
RGB Variations
Color information
#B61F2D (or 0xB61F2D) is known color: Cardinal. HEX triplet: B6, 1F and 2D. RGB value is (182,31,45). Sum of RGB (Red+Green+Blue) = 182+31+45=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F2D is #49E0D2. Grayscale: #4D4D4D. Windows color (decimal): -4841683 or 2957238. OLE color: 2957238.
HSL color Cylindrical-coordinate representation of color #B61F2D: hue angle of 354.44º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61F2D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 31 | 45 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.29 |
| HSL | 354.44º | 0.71% | 0.42% | - |
| HSV(B) | 354.44º | 0.83% | 0.71% | - |
| XYZ | 20.26 | 11.11 | 3.56 | - |
| YUV | 77.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 45 | 0 | 0.83 | 0.75 | 0.29 | 354.44 | 0.71 | 0.42 |
| Hex | B6 | 1F | 2D | 0 | 53 | 4B | 1D | 162 | 47 | 2A |
| Octal | 266 | 37 | 55 | 0 | 123 | 113 | 35 | 542 | 107 | 52 |
| Binary | 10110110 | 11111 | 101101 | 0 | 1010011 | 1001011 | 11101 | 101100010 | 1000111 | 101010 |
Color Harmonies of #B61F2D
Complementary color
Monochromatic Colors of #B61F2D
Black with #B61F2D
Text Example
Text Example
White with #B61F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61F2D; }
p { color: rgb(182,31,45); }
H1.HeaderClassName
{
color: #B61F2D;
}
.AnyTagClassName
{
color: #B61F2D;
}
</style>
background-color css
<style>
a { background-color: #B61F2D; }
a { background-color: rgb(182,31,45); }
div.DivClassName
{
background-color: #B61F2D;
}
.BgClassName
{
background-color: #B61F2D;
}
</style>
border-color css
<style>
span { border-color: #B61F2D; }
span { border-color: rgb(182,31,45); }
td.TdClassName
{
border-color: #B61F2D;
}
.TagClassName
{
border-color: #B61F2D;
}
</style>