Shades of Cardinal #B8253D
Tints of Cardinal #B8253D
RGB
CMYK
RGB Variations
Color information
#B8253D (or 0xB8253D) is known color: Cardinal. HEX triplet: B8, 25 and 3D. RGB value is (184,37,61). Sum of RGB (Red+Green+Blue) = 184+37+61=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8253D is #47DAC2. Grayscale: #535353. Windows color (decimal): -4709059 or 4007352. OLE color: 4007352.
HSL color Cylindrical-coordinate representation of color #B8253D: hue angle of 350.2º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8253D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 61 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.28 |
| HSL | 350.2º | 0.67% | 0.43% | - |
| HSV(B) | 350.2º | 0.8% | 0.72% | - |
| XYZ | 21.27 | 11.85 | 5.58 | - |
| YUV | 83.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 61 | 0 | 0.80 | 0.67 | 0.28 | 350.2 | 0.67 | 0.43 |
| Hex | B8 | 25 | 3D | 0 | 50 | 43 | 1C | 15E | 43 | 2B |
| Octal | 270 | 45 | 75 | 0 | 120 | 103 | 34 | 536 | 103 | 53 |
| Binary | 10111000 | 100101 | 111101 | 0 | 1010000 | 1000011 | 11100 | 101011110 | 1000011 | 101011 |
Color Harmonies of #B8253D
Complementary color
Monochromatic Colors of #B8253D
Black with #B8253D
Text Example
Text Example
White with #B8253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8253D; }
p { color: rgb(184,37,61); }
H1.HeaderClassName
{
color: #B8253D;
}
.AnyTagClassName
{
color: #B8253D;
}
</style>
background-color css
<style>
a { background-color: #B8253D; }
a { background-color: rgb(184,37,61); }
div.DivClassName
{
background-color: #B8253D;
}
.BgClassName
{
background-color: #B8253D;
}
</style>
border-color css
<style>
span { border-color: #B8253D; }
span { border-color: rgb(184,37,61); }
td.TdClassName
{
border-color: #B8253D;
}
.TagClassName
{
border-color: #B8253D;
}
</style>