Shades of Cardinal #B9203D
Tints of Cardinal #B9203D
RGB
CMYK
RGB Variations
Color information
#B9203D (or 0xB9203D) is known color: Cardinal. HEX triplet: B9, 20 and 3D. RGB value is (185,32,61). Sum of RGB (Red+Green+Blue) = 185+32+61=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9203D is #46DFC2. Grayscale: #515151. Windows color (decimal): -4644803 or 4006073. OLE color: 4006073.
HSL color Cylindrical-coordinate representation of color #B9203D: hue angle of 348.63º 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 #B9203D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 61 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.27 |
| HSL | 348.63º | 0.71% | 0.43% | - |
| HSV(B) | 348.63º | 0.83% | 0.73% | - |
| XYZ | 21.37 | 11.68 | 5.54 | - |
| YUV | 81.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 61 | 0 | 0.83 | 0.67 | 0.27 | 348.63 | 0.71 | 0.43 |
| Hex | B9 | 20 | 3D | 0 | 53 | 43 | 1B | 15D | 47 | 2B |
| Octal | 271 | 40 | 75 | 0 | 123 | 103 | 33 | 535 | 107 | 53 |
| Binary | 10111001 | 100000 | 111101 | 0 | 1010011 | 1000011 | 11011 | 101011101 | 1000111 | 101011 |
Color Harmonies of #B9203D
Complementary color
Monochromatic Colors of #B9203D
Black with #B9203D
Text Example
Text Example
White with #B9203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9203D; }
p { color: rgb(185,32,61); }
H1.HeaderClassName
{
color: #B9203D;
}
.AnyTagClassName
{
color: #B9203D;
}
</style>
background-color css
<style>
a { background-color: #B9203D; }
a { background-color: rgb(185,32,61); }
div.DivClassName
{
background-color: #B9203D;
}
.BgClassName
{
background-color: #B9203D;
}
</style>
border-color css
<style>
span { border-color: #B9203D; }
span { border-color: rgb(185,32,61); }
td.TdClassName
{
border-color: #B9203D;
}
.TagClassName
{
border-color: #B9203D;
}
</style>