Shades of Cardinal #B8263D
Tints of Cardinal #B8263D
RGB
CMYK
RGB Variations
Color information
#B8263D (or 0xB8263D) is known color: Cardinal. HEX triplet: B8, 26 and 3D. RGB value is (184,38,61). Sum of RGB (Red+Green+Blue) = 184+38+61=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8263D is #47D9C2. Grayscale: #545454. Windows color (decimal): -4708803 or 4007608. OLE color: 4007608.
HSL color Cylindrical-coordinate representation of color #B8263D: hue angle of 350.55º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8263D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 61 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.28 |
| HSL | 350.55º | 0.66% | 0.44% | - |
| HSV(B) | 350.55º | 0.79% | 0.72% | - |
| XYZ | 21.3 | 11.91 | 5.59 | - |
| YUV | 84.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 61 | 0 | 0.79 | 0.67 | 0.28 | 350.55 | 0.66 | 0.44 |
| Hex | B8 | 26 | 3D | 0 | 4F | 43 | 1C | 15F | 42 | 2C |
| Octal | 270 | 46 | 75 | 0 | 117 | 103 | 34 | 537 | 102 | 54 |
| Binary | 10111000 | 100110 | 111101 | 0 | 1001111 | 1000011 | 11100 | 101011111 | 1000010 | 101100 |
Color Harmonies of #B8263D
Complementary color
Monochromatic Colors of #B8263D
Black with #B8263D
Text Example
Text Example
White with #B8263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8263D; }
p { color: rgb(184,38,61); }
H1.HeaderClassName
{
color: #B8263D;
}
.AnyTagClassName
{
color: #B8263D;
}
</style>
background-color css
<style>
a { background-color: #B8263D; }
a { background-color: rgb(184,38,61); }
div.DivClassName
{
background-color: #B8263D;
}
.BgClassName
{
background-color: #B8263D;
}
</style>
border-color css
<style>
span { border-color: #B8263D; }
span { border-color: rgb(184,38,61); }
td.TdClassName
{
border-color: #B8263D;
}
.TagClassName
{
border-color: #B8263D;
}
</style>