Shades of Cardinal #B9273D
Tints of Cardinal #B9273D
RGB
CMYK
RGB Variations
Color information
#B9273D (or 0xB9273D) is known color: Cardinal. HEX triplet: B9, 27 and 3D. RGB value is (185,39,61). Sum of RGB (Red+Green+Blue) = 185+39+61=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9273D is #46D8C2. Grayscale: #555555. Windows color (decimal): -4643011 or 4007865. OLE color: 4007865.
HSL color Cylindrical-coordinate representation of color #B9273D: hue angle of 350.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9273D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 61 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.27 |
| HSL | 350.96º | 0.65% | 0.44% | - |
| HSV(B) | 350.96º | 0.79% | 0.73% | - |
| XYZ | 21.58 | 12.1 | 5.61 | - |
| YUV | 85.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 61 | 0 | 0.79 | 0.67 | 0.27 | 350.96 | 0.65 | 0.44 |
| Hex | B9 | 27 | 3D | 0 | 4F | 43 | 1B | 15F | 41 | 2C |
| Octal | 271 | 47 | 75 | 0 | 117 | 103 | 33 | 537 | 101 | 54 |
| Binary | 10111001 | 100111 | 111101 | 0 | 1001111 | 1000011 | 11011 | 101011111 | 1000001 | 101100 |
Color Harmonies of #B9273D
Complementary color
Monochromatic Colors of #B9273D
Black with #B9273D
Text Example
Text Example
White with #B9273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9273D; }
p { color: rgb(185,39,61); }
H1.HeaderClassName
{
color: #B9273D;
}
.AnyTagClassName
{
color: #B9273D;
}
</style>
background-color css
<style>
a { background-color: #B9273D; }
a { background-color: rgb(185,39,61); }
div.DivClassName
{
background-color: #B9273D;
}
.BgClassName
{
background-color: #B9273D;
}
</style>
border-color css
<style>
span { border-color: #B9273D; }
span { border-color: rgb(185,39,61); }
td.TdClassName
{
border-color: #B9273D;
}
.TagClassName
{
border-color: #B9273D;
}
</style>