Shades of Cardinal #B9002F
Tints of Cardinal #B9002F
RGB
CMYK
RGB Variations
Color information
#B9002F (or 0xB9002F) is known color: Cardinal. HEX triplet: B9, 00 and 2F. RGB value is (185,0,47). Sum of RGB (Red+Green+Blue) = 185+0+47=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9002F is #46FFD0. Grayscale: #3C3C3C. Windows color (decimal): -4653009 or 3080377. OLE color: 3080377.
HSL color Cylindrical-coordinate representation of color #B9002F: hue angle of 344.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9002F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.75 | 0.27 |
| HSL | 344.76º | 1% | 0.36% | - |
| HSV(B) | 344.76º | 1% | 0.73% | - |
| XYZ | 20.52 | 10.52 | 3.64 | - |
| YUV | 60.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 47 | 0 | 1 | 0.75 | 0.27 | 344.76 | 1 | 0.36 |
| Hex | B9 | 0 | 2F | 0 | 64 | 4B | 1B | 159 | 64 | 24 |
| Octal | 271 | 0 | 57 | 0 | 144 | 113 | 33 | 531 | 144 | 44 |
| Binary | 10111001 | 0 | 101111 | 0 | 1100100 | 1001011 | 11011 | 101011001 | 1100100 | 100100 |
Color Harmonies of #B9002F
Complementary color
Monochromatic Colors of #B9002F
Black with #B9002F
Text Example
Text Example
White with #B9002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9002F; }
p { color: rgb(185,0,47); }
H1.HeaderClassName
{
color: #B9002F;
}
.AnyTagClassName
{
color: #B9002F;
}
</style>
background-color css
<style>
a { background-color: #B9002F; }
a { background-color: rgb(185,0,47); }
div.DivClassName
{
background-color: #B9002F;
}
.BgClassName
{
background-color: #B9002F;
}
</style>
border-color css
<style>
span { border-color: #B9002F; }
span { border-color: rgb(185,0,47); }
td.TdClassName
{
border-color: #B9002F;
}
.TagClassName
{
border-color: #B9002F;
}
</style>