Shades of Cardinal #B90F2D
Tints of Cardinal #B90F2D
RGB
CMYK
RGB Variations
Color information
#B90F2D (or 0xB90F2D) is known color: Cardinal. HEX triplet: B9, 0F and 2D. RGB value is (185,15,45). Sum of RGB (Red+Green+Blue) = 185+15+45=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F2D is #46F0D2. Grayscale: #454545. Windows color (decimal): -4649171 or 2953145. OLE color: 2953145.
HSL color Cylindrical-coordinate representation of color #B90F2D: hue angle of 349.41º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F2D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 45 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.27 |
| HSL | 349.41º | 0.85% | 0.39% | - |
| HSV(B) | 349.41º | 0.92% | 0.73% | - |
| XYZ | 20.65 | 10.85 | 3.49 | - |
| YUV | 69.25 | 114.32 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 45 | 0 | 0.92 | 0.76 | 0.27 | 349.41 | 0.85 | 0.39 |
| Hex | B9 | F | 2D | 0 | 5C | 4C | 1B | 15D | 55 | 27 |
| Octal | 271 | 17 | 55 | 0 | 134 | 114 | 33 | 535 | 125 | 47 |
| Binary | 10111001 | 1111 | 101101 | 0 | 1011100 | 1001100 | 11011 | 101011101 | 1010101 | 100111 |
Color Harmonies of #B90F2D
Complementary color
Monochromatic Colors of #B90F2D
Black with #B90F2D
Text Example
Text Example
White with #B90F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F2D; }
p { color: rgb(185,15,45); }
H1.HeaderClassName
{
color: #B90F2D;
}
.AnyTagClassName
{
color: #B90F2D;
}
</style>
background-color css
<style>
a { background-color: #B90F2D; }
a { background-color: rgb(185,15,45); }
div.DivClassName
{
background-color: #B90F2D;
}
.BgClassName
{
background-color: #B90F2D;
}
</style>
border-color css
<style>
span { border-color: #B90F2D; }
span { border-color: rgb(185,15,45); }
td.TdClassName
{
border-color: #B90F2D;
}
.TagClassName
{
border-color: #B90F2D;
}
</style>