Shades of Cardinal #B9283B
Tints of Cardinal #B9283B
RGB
CMYK
RGB Variations
Color information
#B9283B (or 0xB9283B) is known color: Cardinal. HEX triplet: B9, 28 and 3B. RGB value is (185,40,59). Sum of RGB (Red+Green+Blue) = 185+40+59=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9283B is #46D7C4. Grayscale: #555555. Windows color (decimal): -4642757 or 3877049. OLE color: 3877049.
HSL color Cylindrical-coordinate representation of color #B9283B: hue angle of 352.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9283B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 59 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.27 |
| HSL | 352.14º | 0.64% | 0.44% | - |
| HSV(B) | 352.14º | 0.78% | 0.73% | - |
| XYZ | 21.56 | 12.15 | 5.35 | - |
| YUV | 85.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 59 | 0 | 0.78 | 0.68 | 0.27 | 352.14 | 0.64 | 0.44 |
| Hex | B9 | 28 | 3B | 0 | 4E | 44 | 1B | 160 | 40 | 2C |
| Octal | 271 | 50 | 73 | 0 | 116 | 104 | 33 | 540 | 100 | 54 |
| Binary | 10111001 | 101000 | 111011 | 0 | 1001110 | 1000100 | 11011 | 101100000 | 1000000 | 101100 |
Color Harmonies of #B9283B
Complementary color
Monochromatic Colors of #B9283B
Black with #B9283B
Text Example
Text Example
White with #B9283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9283B; }
p { color: rgb(185,40,59); }
H1.HeaderClassName
{
color: #B9283B;
}
.AnyTagClassName
{
color: #B9283B;
}
</style>
background-color css
<style>
a { background-color: #B9283B; }
a { background-color: rgb(185,40,59); }
div.DivClassName
{
background-color: #B9283B;
}
.BgClassName
{
background-color: #B9283B;
}
</style>
border-color css
<style>
span { border-color: #B9283B; }
span { border-color: rgb(185,40,59); }
td.TdClassName
{
border-color: #B9283B;
}
.TagClassName
{
border-color: #B9283B;
}
</style>