Shades of Cardinal #B9253D
Tints of Cardinal #B9253D
RGB
CMYK
RGB Variations
Color information
#B9253D (or 0xB9253D) is known color: Cardinal. HEX triplet: B9, 25 and 3D. RGB value is (185,37,61). Sum of RGB (Red+Green+Blue) = 185+37+61=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9253D is #46DAC2. Grayscale: #545454. Windows color (decimal): -4643523 or 4007353. OLE color: 4007353.
HSL color Cylindrical-coordinate representation of color #B9253D: hue angle of 350.27º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9253D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 61 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.27 |
| HSL | 350.27º | 0.67% | 0.44% | - |
| HSV(B) | 350.27º | 0.8% | 0.73% | - |
| XYZ | 21.51 | 11.97 | 5.59 | - |
| YUV | 83.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 61 | 0 | 0.80 | 0.67 | 0.27 | 350.27 | 0.67 | 0.44 |
| Hex | B9 | 25 | 3D | 0 | 50 | 43 | 1B | 15E | 43 | 2C |
| Octal | 271 | 45 | 75 | 0 | 120 | 103 | 33 | 536 | 103 | 54 |
| Binary | 10111001 | 100101 | 111101 | 0 | 1010000 | 1000011 | 11011 | 101011110 | 1000011 | 101100 |
Color Harmonies of #B9253D
Complementary color
Monochromatic Colors of #B9253D
Black with #B9253D
Text Example
Text Example
White with #B9253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9253D; }
p { color: rgb(185,37,61); }
H1.HeaderClassName
{
color: #B9253D;
}
.AnyTagClassName
{
color: #B9253D;
}
</style>
background-color css
<style>
a { background-color: #B9253D; }
a { background-color: rgb(185,37,61); }
div.DivClassName
{
background-color: #B9253D;
}
.BgClassName
{
background-color: #B9253D;
}
</style>
border-color css
<style>
span { border-color: #B9253D; }
span { border-color: rgb(185,37,61); }
td.TdClassName
{
border-color: #B9253D;
}
.TagClassName
{
border-color: #B9253D;
}
</style>