Shades of Cardinal #B3132F
Tints of Cardinal #B3132F
RGB
CMYK
RGB Variations
Color information
#B3132F (or 0xB3132F) is known color: Cardinal. HEX triplet: B3, 13 and 2F. RGB value is (179,19,47). Sum of RGB (Red+Green+Blue) = 179+19+47=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3132F is #4CECD0. Grayscale: #464646. Windows color (decimal): -5041361 or 3085235. OLE color: 3085235.
HSL color Cylindrical-coordinate representation of color #B3132F: hue angle of 349.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3132F is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 47 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.30 |
| HSL | 349.5º | 0.81% | 0.39% | - |
| HSV(B) | 349.5º | 0.89% | 0.7% | - |
| XYZ | 19.34 | 10.25 | 3.65 | - |
| YUV | 70.03 | 115.01 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 47 | 0 | 0.89 | 0.74 | 0.30 | 349.5 | 0.81 | 0.39 |
| Hex | B3 | 13 | 2F | 0 | 59 | 4A | 1E | 15E | 51 | 27 |
| Octal | 263 | 23 | 57 | 0 | 131 | 112 | 36 | 536 | 121 | 47 |
| Binary | 10110011 | 10011 | 101111 | 0 | 1011001 | 1001010 | 11110 | 101011110 | 1010001 | 100111 |
Color Harmonies of #B3132F
Complementary color
Monochromatic Colors of #B3132F
Black with #B3132F
Text Example
Text Example
White with #B3132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3132F; }
p { color: rgb(179,19,47); }
H1.HeaderClassName
{
color: #B3132F;
}
.AnyTagClassName
{
color: #B3132F;
}
</style>
background-color css
<style>
a { background-color: #B3132F; }
a { background-color: rgb(179,19,47); }
div.DivClassName
{
background-color: #B3132F;
}
.BgClassName
{
background-color: #B3132F;
}
</style>
border-color css
<style>
span { border-color: #B3132F; }
span { border-color: rgb(179,19,47); }
td.TdClassName
{
border-color: #B3132F;
}
.TagClassName
{
border-color: #B3132F;
}
</style>