Shades of Cardinal #B7262E
Tints of Cardinal #B7262E
RGB
CMYK
RGB Variations
Color information
#B7262E (or 0xB7262E) is known color: Cardinal. HEX triplet: B7, 26 and 2E. RGB value is (183,38,46). Sum of RGB (Red+Green+Blue) = 183+38+46=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7262E is #48D9D1. Grayscale: #525252. Windows color (decimal): -4774354 or 3024567. OLE color: 3024567.
HSL color Cylindrical-coordinate representation of color #B7262E: hue angle of 356.69º 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 #B7262E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 46 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.28 |
| HSL | 356.69º | 0.66% | 0.43% | - |
| HSV(B) | 356.69º | 0.79% | 0.72% | - |
| XYZ | 20.71 | 11.65 | 3.74 | - |
| YUV | 82.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 46 | 0 | 0.79 | 0.75 | 0.28 | 356.69 | 0.66 | 0.43 |
| Hex | B7 | 26 | 2E | 0 | 4F | 4B | 1C | 165 | 42 | 2B |
| Octal | 267 | 46 | 56 | 0 | 117 | 113 | 34 | 545 | 102 | 53 |
| Binary | 10110111 | 100110 | 101110 | 0 | 1001111 | 1001011 | 11100 | 101100101 | 1000010 | 101011 |
Color Harmonies of #B7262E
Complementary color
Monochromatic Colors of #B7262E
Black with #B7262E
Text Example
Text Example
White with #B7262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7262E; }
p { color: rgb(183,38,46); }
H1.HeaderClassName
{
color: #B7262E;
}
.AnyTagClassName
{
color: #B7262E;
}
</style>
background-color css
<style>
a { background-color: #B7262E; }
a { background-color: rgb(183,38,46); }
div.DivClassName
{
background-color: #B7262E;
}
.BgClassName
{
background-color: #B7262E;
}
</style>
border-color css
<style>
span { border-color: #B7262E; }
span { border-color: rgb(183,38,46); }
td.TdClassName
{
border-color: #B7262E;
}
.TagClassName
{
border-color: #B7262E;
}
</style>