Shades of Cardinal #B0102F
Tints of Cardinal #B0102F
RGB
CMYK
RGB Variations
Color information
#B0102F (or 0xB0102F) is known color: Cardinal. HEX triplet: B0, 10 and 2F. RGB value is (176,16,47). Sum of RGB (Red+Green+Blue) = 176+16+47=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0102F is #4FEFD0. Grayscale: #434343. Windows color (decimal): -5238737 or 3084464. OLE color: 3084464.
HSL color Cylindrical-coordinate representation of color #B0102F: hue angle of 348.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0102F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 47 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.31 |
| HSL | 348.38º | 0.83% | 0.38% | - |
| HSV(B) | 348.38º | 0.91% | 0.69% | - |
| XYZ | 18.6 | 9.81 | 3.6 | - |
| YUV | 67.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 47 | 0 | 0.91 | 0.73 | 0.31 | 348.38 | 0.83 | 0.38 |
| Hex | B0 | 10 | 2F | 0 | 5B | 49 | 1F | 15C | 53 | 26 |
| Octal | 260 | 20 | 57 | 0 | 133 | 111 | 37 | 534 | 123 | 46 |
| Binary | 10110000 | 10000 | 101111 | 0 | 1011011 | 1001001 | 11111 | 101011100 | 1010011 | 100110 |
Color Harmonies of #B0102F
Complementary color
Monochromatic Colors of #B0102F
Black with #B0102F
Text Example
Text Example
White with #B0102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0102F; }
p { color: rgb(176,16,47); }
H1.HeaderClassName
{
color: #B0102F;
}
.AnyTagClassName
{
color: #B0102F;
}
</style>
background-color css
<style>
a { background-color: #B0102F; }
a { background-color: rgb(176,16,47); }
div.DivClassName
{
background-color: #B0102F;
}
.BgClassName
{
background-color: #B0102F;
}
</style>
border-color css
<style>
span { border-color: #B0102F; }
span { border-color: rgb(176,16,47); }
td.TdClassName
{
border-color: #B0102F;
}
.TagClassName
{
border-color: #B0102F;
}
</style>