Shades of Cardinal #B9203F
Tints of Cardinal #B9203F
RGB
CMYK
RGB Variations
Color information
#B9203F (or 0xB9203F) is known color: Cardinal. HEX triplet: B9, 20 and 3F. RGB value is (185,32,63). Sum of RGB (Red+Green+Blue) = 185+32+63=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9203F is #46DFC0. Grayscale: #515151. Windows color (decimal): -4644801 or 4137145. OLE color: 4137145.
HSL color Cylindrical-coordinate representation of color #B9203F: hue angle of 347.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9203F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 63 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.27 |
| HSL | 347.84º | 0.71% | 0.43% | - |
| HSV(B) | 347.84º | 0.83% | 0.73% | - |
| XYZ | 21.42 | 11.71 | 5.83 | - |
| YUV | 81.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 63 | 0 | 0.83 | 0.66 | 0.27 | 347.84 | 0.71 | 0.43 |
| Hex | B9 | 20 | 3F | 0 | 53 | 42 | 1B | 15C | 47 | 2B |
| Octal | 271 | 40 | 77 | 0 | 123 | 102 | 33 | 534 | 107 | 53 |
| Binary | 10111001 | 100000 | 111111 | 0 | 1010011 | 1000010 | 11011 | 101011100 | 1000111 | 101011 |
Color Harmonies of #B9203F
Complementary color
Monochromatic Colors of #B9203F
Black with #B9203F
Text Example
Text Example
White with #B9203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9203F; }
p { color: rgb(185,32,63); }
H1.HeaderClassName
{
color: #B9203F;
}
.AnyTagClassName
{
color: #B9203F;
}
</style>
background-color css
<style>
a { background-color: #B9203F; }
a { background-color: rgb(185,32,63); }
div.DivClassName
{
background-color: #B9203F;
}
.BgClassName
{
background-color: #B9203F;
}
</style>
border-color css
<style>
span { border-color: #B9203F; }
span { border-color: rgb(185,32,63); }
td.TdClassName
{
border-color: #B9203F;
}
.TagClassName
{
border-color: #B9203F;
}
</style>