Shades of Cardinal #B9043D
Tints of Cardinal #B9043D
RGB
CMYK
RGB Variations
Color information
#B9043D (or 0xB9043D) is known color: Cardinal. HEX triplet: B9, 04 and 3D. RGB value is (185,4,61). Sum of RGB (Red+Green+Blue) = 185+4+61=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9043D is #46FBC2. Grayscale: #404040. Windows color (decimal): -4651971 or 3998905. OLE color: 3998905.
HSL color Cylindrical-coordinate representation of color #B9043D: hue angle of 341.1º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9043D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.27 |
| HSL | 341.11º | 0.96% | 0.37% | - |
| HSV(B) | 341.11º | 0.98% | 0.73% | - |
| XYZ | 20.89 | 10.74 | 5.39 | - |
| YUV | 64.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 61 | 0 | 0.98 | 0.67 | 0.27 | 341.11 | 0.96 | 0.37 |
| Hex | B9 | 4 | 3D | 0 | 62 | 43 | 1B | 155 | 60 | 25 |
| Octal | 271 | 4 | 75 | 0 | 142 | 103 | 33 | 525 | 140 | 45 |
| Binary | 10111001 | 100 | 111101 | 0 | 1100010 | 1000011 | 11011 | 101010101 | 1100000 | 100101 |
Color Harmonies of #B9043D
Complementary color
Monochromatic Colors of #B9043D
Black with #B9043D
Text Example
Text Example
White with #B9043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9043D; }
p { color: rgb(185,4,61); }
H1.HeaderClassName
{
color: #B9043D;
}
.AnyTagClassName
{
color: #B9043D;
}
</style>
background-color css
<style>
a { background-color: #B9043D; }
a { background-color: rgb(185,4,61); }
div.DivClassName
{
background-color: #B9043D;
}
.BgClassName
{
background-color: #B9043D;
}
</style>
border-color css
<style>
span { border-color: #B9043D; }
span { border-color: rgb(185,4,61); }
td.TdClassName
{
border-color: #B9043D;
}
.TagClassName
{
border-color: #B9043D;
}
</style>