Shades of Cardinal #B61F30
Tints of Cardinal #B61F30
RGB
CMYK
RGB Variations
Color information
#B61F30 (or 0xB61F30) is known color: Cardinal. HEX triplet: B6, 1F and 30. RGB value is (182,31,48). Sum of RGB (Red+Green+Blue) = 182+31+48=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F30 is #49E0CF. Grayscale: #4E4E4E. Windows color (decimal): -4841680 or 3153846. OLE color: 3153846.
HSL color Cylindrical-coordinate representation of color #B61F30: hue angle of 353.25º 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 #B61F30 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 31 | 48 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.29 |
| HSL | 353.25º | 0.71% | 0.42% | - |
| HSV(B) | 353.25º | 0.83% | 0.71% | - |
| XYZ | 20.31 | 11.14 | 3.88 | - |
| YUV | 78.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 48 | 0 | 0.83 | 0.74 | 0.29 | 353.25 | 0.71 | 0.42 |
| Hex | B6 | 1F | 30 | 0 | 53 | 4A | 1D | 161 | 47 | 2A |
| Octal | 266 | 37 | 60 | 0 | 123 | 112 | 35 | 541 | 107 | 52 |
| Binary | 10110110 | 11111 | 110000 | 0 | 1010011 | 1001010 | 11101 | 101100001 | 1000111 | 101010 |
Color Harmonies of #B61F30
Complementary color
Monochromatic Colors of #B61F30
Black with #B61F30
Text Example
Text Example
White with #B61F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61F30; }
p { color: rgb(182,31,48); }
H1.HeaderClassName
{
color: #B61F30;
}
.AnyTagClassName
{
color: #B61F30;
}
</style>
background-color css
<style>
a { background-color: #B61F30; }
a { background-color: rgb(182,31,48); }
div.DivClassName
{
background-color: #B61F30;
}
.BgClassName
{
background-color: #B61F30;
}
</style>
border-color css
<style>
span { border-color: #B61F30; }
span { border-color: rgb(182,31,48); }
td.TdClassName
{
border-color: #B61F30;
}
.TagClassName
{
border-color: #B61F30;
}
</style>