Shades of Cardinal #B7263D
Tints of Cardinal #B7263D
RGB
CMYK
RGB Variations
Color information
#B7263D (or 0xB7263D) is known color: Cardinal. HEX triplet: B7, 26 and 3D. RGB value is (183,38,61). Sum of RGB (Red+Green+Blue) = 183+38+61=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7263D is #48D9C2. Grayscale: #545454. Windows color (decimal): -4774339 or 4007607. OLE color: 4007607.
HSL color Cylindrical-coordinate representation of color #B7263D: hue angle of 350.48º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7263D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 61 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.28 |
| HSL | 350.48º | 0.66% | 0.43% | - |
| HSV(B) | 350.48º | 0.79% | 0.72% | - |
| XYZ | 21.06 | 11.79 | 5.58 | - |
| YUV | 83.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 61 | 0 | 0.79 | 0.67 | 0.28 | 350.48 | 0.66 | 0.43 |
| Hex | B7 | 26 | 3D | 0 | 4F | 43 | 1C | 15E | 42 | 2B |
| Octal | 267 | 46 | 75 | 0 | 117 | 103 | 34 | 536 | 102 | 53 |
| Binary | 10110111 | 100110 | 111101 | 0 | 1001111 | 1000011 | 11100 | 101011110 | 1000010 | 101011 |
Color Harmonies of #B7263D
Complementary color
Monochromatic Colors of #B7263D
Black with #B7263D
Text Example
Text Example
White with #B7263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7263D; }
p { color: rgb(183,38,61); }
H1.HeaderClassName
{
color: #B7263D;
}
.AnyTagClassName
{
color: #B7263D;
}
</style>
background-color css
<style>
a { background-color: #B7263D; }
a { background-color: rgb(183,38,61); }
div.DivClassName
{
background-color: #B7263D;
}
.BgClassName
{
background-color: #B7263D;
}
</style>
border-color css
<style>
span { border-color: #B7263D; }
span { border-color: rgb(183,38,61); }
td.TdClassName
{
border-color: #B7263D;
}
.TagClassName
{
border-color: #B7263D;
}
</style>