Shades of Cardinal #B9012F
Tints of Cardinal #B9012F
RGB
CMYK
RGB Variations
Color information
#B9012F (or 0xB9012F) is known color: Cardinal. HEX triplet: B9, 01 and 2F. RGB value is (185,1,47). Sum of RGB (Red+Green+Blue) = 185+1+47=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B9012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9012F is #46FED0. Grayscale: #3D3D3D. Windows color (decimal): -4652753 or 3080633. OLE color: 3080633.
HSL color Cylindrical-coordinate representation of color #B9012F: hue angle of 345º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9012F is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.27 |
| HSL | 345º | 0.99% | 0.36% | - |
| HSV(B) | 345º | 0.99% | 0.73% | - |
| XYZ | 20.53 | 10.54 | 3.64 | - |
| YUV | 61.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 47 | 0 | 0.99 | 0.75 | 0.27 | 345 | 0.99 | 0.36 |
| Hex | B9 | 1 | 2F | 0 | 63 | 4B | 1B | 159 | 63 | 24 |
| Octal | 271 | 1 | 57 | 0 | 143 | 113 | 33 | 531 | 143 | 44 |
| Binary | 10111001 | 1 | 101111 | 0 | 1100011 | 1001011 | 11011 | 101011001 | 1100011 | 100100 |
Color Harmonies of #B9012F
Complementary color
Monochromatic Colors of #B9012F
Black with #B9012F
Text Example
Text Example
White with #B9012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9012F; }
p { color: rgb(185,1,47); }
H1.HeaderClassName
{
color: #B9012F;
}
.AnyTagClassName
{
color: #B9012F;
}
</style>
background-color css
<style>
a { background-color: #B9012F; }
a { background-color: rgb(185,1,47); }
div.DivClassName
{
background-color: #B9012F;
}
.BgClassName
{
background-color: #B9012F;
}
</style>
border-color css
<style>
span { border-color: #B9012F; }
span { border-color: rgb(185,1,47); }
td.TdClassName
{
border-color: #B9012F;
}
.TagClassName
{
border-color: #B9012F;
}
</style>