Shades of Cardinal #B3263F
Tints of Cardinal #B3263F
RGB
CMYK
RGB Variations
Color information
#B3263F (or 0xB3263F) is known color: Cardinal. HEX triplet: B3, 26 and 3F. RGB value is (179,38,63). Sum of RGB (Red+Green+Blue) = 179+38+63=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3263F is #4CD9C0. Grayscale: #535353. Windows color (decimal): -5036481 or 4138675. OLE color: 4138675.
HSL color Cylindrical-coordinate representation of color #B3263F: hue angle of 349.36º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3263F is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 63 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.30 |
| HSL | 349.36º | 0.65% | 0.43% | - |
| HSV(B) | 349.36º | 0.79% | 0.7% | - |
| XYZ | 20.18 | 11.33 | 5.83 | - |
| YUV | 83.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 63 | 0 | 0.79 | 0.65 | 0.30 | 349.36 | 0.65 | 0.43 |
| Hex | B3 | 26 | 3F | 0 | 4F | 41 | 1E | 15D | 41 | 2B |
| Octal | 263 | 46 | 77 | 0 | 117 | 101 | 36 | 535 | 101 | 53 |
| Binary | 10110011 | 100110 | 111111 | 0 | 1001111 | 1000001 | 11110 | 101011101 | 1000001 | 101011 |
Color Harmonies of #B3263F
Complementary color
Monochromatic Colors of #B3263F
Black with #B3263F
Text Example
Text Example
White with #B3263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3263F; }
p { color: rgb(179,38,63); }
H1.HeaderClassName
{
color: #B3263F;
}
.AnyTagClassName
{
color: #B3263F;
}
</style>
background-color css
<style>
a { background-color: #B3263F; }
a { background-color: rgb(179,38,63); }
div.DivClassName
{
background-color: #B3263F;
}
.BgClassName
{
background-color: #B3263F;
}
</style>
border-color css
<style>
span { border-color: #B3263F; }
span { border-color: rgb(179,38,63); }
td.TdClassName
{
border-color: #B3263F;
}
.TagClassName
{
border-color: #B3263F;
}
</style>