Shades of Cardinal #B0042F
Tints of Cardinal #B0042F
RGB
CMYK
RGB Variations
Color information
#B0042F (or 0xB0042F) is known color: Cardinal. HEX triplet: B0, 04 and 2F. RGB value is (176,4,47). Sum of RGB (Red+Green+Blue) = 176+4+47=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B0042F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0042F is #4FFBD0. Grayscale: #3C3C3C. Windows color (decimal): -5241809 or 3081392. OLE color: 3081392.
HSL color Cylindrical-coordinate representation of color #B0042F: hue angle of 345º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0042F is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.31 |
| HSL | 345º | 0.96% | 0.35% | - |
| HSV(B) | 345º | 0.98% | 0.69% | - |
| XYZ | 18.46 | 9.52 | 3.55 | - |
| YUV | 60.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 47 | 0 | 0.98 | 0.73 | 0.31 | 345 | 0.96 | 0.35 |
| Hex | B0 | 4 | 2F | 0 | 62 | 49 | 1F | 159 | 60 | 23 |
| Octal | 260 | 4 | 57 | 0 | 142 | 111 | 37 | 531 | 140 | 43 |
| Binary | 10110000 | 100 | 101111 | 0 | 1100010 | 1001001 | 11111 | 101011001 | 1100000 | 100011 |
Color Harmonies of #B0042F
Complementary color
Monochromatic Colors of #B0042F
Black with #B0042F
Text Example
Text Example
White with #B0042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0042F; }
p { color: rgb(176,4,47); }
H1.HeaderClassName
{
color: #B0042F;
}
.AnyTagClassName
{
color: #B0042F;
}
</style>
background-color css
<style>
a { background-color: #B0042F; }
a { background-color: rgb(176,4,47); }
div.DivClassName
{
background-color: #B0042F;
}
.BgClassName
{
background-color: #B0042F;
}
</style>
border-color css
<style>
span { border-color: #B0042F; }
span { border-color: rgb(176,4,47); }
td.TdClassName
{
border-color: #B0042F;
}
.TagClassName
{
border-color: #B0042F;
}
</style>