Shades of Cardinal #B62831
Tints of Cardinal #B62831
RGB
CMYK
RGB Variations
Color information
#B62831 (or 0xB62831) is known color: Cardinal. HEX triplet: B6, 28 and 31. RGB value is (182,40,49). Sum of RGB (Red+Green+Blue) = 182+40+49=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B62831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62831 is #49D7CE. Grayscale: #535353. Windows color (decimal): -4839375 or 3221686. OLE color: 3221686.
HSL color Cylindrical-coordinate representation of color #B62831: hue angle of 356.2º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62831 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 49 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.29 |
| HSL | 356.2º | 0.64% | 0.44% | - |
| HSV(B) | 356.2º | 0.78% | 0.71% | - |
| XYZ | 20.6 | 11.68 | 4.08 | - |
| YUV | 83.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 49 | 0 | 0.78 | 0.73 | 0.29 | 356.2 | 0.64 | 0.44 |
| Hex | B6 | 28 | 31 | 0 | 4E | 49 | 1D | 164 | 40 | 2C |
| Octal | 266 | 50 | 61 | 0 | 116 | 111 | 35 | 544 | 100 | 54 |
| Binary | 10110110 | 101000 | 110001 | 0 | 1001110 | 1001001 | 11101 | 101100100 | 1000000 | 101100 |
Color Harmonies of #B62831
Complementary color
Monochromatic Colors of #B62831
Black with #B62831
Text Example
Text Example
White with #B62831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62831; }
p { color: rgb(182,40,49); }
H1.HeaderClassName
{
color: #B62831;
}
.AnyTagClassName
{
color: #B62831;
}
</style>
background-color css
<style>
a { background-color: #B62831; }
a { background-color: rgb(182,40,49); }
div.DivClassName
{
background-color: #B62831;
}
.BgClassName
{
background-color: #B62831;
}
</style>
border-color css
<style>
span { border-color: #B62831; }
span { border-color: rgb(182,40,49); }
td.TdClassName
{
border-color: #B62831;
}
.TagClassName
{
border-color: #B62831;
}
</style>