Shades of Cardinal #B0263B
Tints of Cardinal #B0263B
RGB
CMYK
RGB Variations
Color information
#B0263B (or 0xB0263B) is known color: Cardinal. HEX triplet: B0, 26 and 3B. RGB value is (176,38,59). Sum of RGB (Red+Green+Blue) = 176+38+59=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0263B is #4FD9C4. Grayscale: #515151. Windows color (decimal): -5233093 or 3876528. OLE color: 3876528.
HSL color Cylindrical-coordinate representation of color #B0263B: hue angle of 350.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0263B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 59 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.31 |
| HSL | 350.87º | 0.64% | 0.42% | - |
| HSV(B) | 350.87º | 0.78% | 0.69% | - |
| XYZ | 19.39 | 10.93 | 5.23 | - |
| YUV | 81.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 59 | 0 | 0.78 | 0.66 | 0.31 | 350.87 | 0.64 | 0.42 |
| Hex | B0 | 26 | 3B | 0 | 4E | 42 | 1F | 15F | 40 | 2A |
| Octal | 260 | 46 | 73 | 0 | 116 | 102 | 37 | 537 | 100 | 52 |
| Binary | 10110000 | 100110 | 111011 | 0 | 1001110 | 1000010 | 11111 | 101011111 | 1000000 | 101010 |
Color Harmonies of #B0263B
Complementary color
Monochromatic Colors of #B0263B
Black with #B0263B
Text Example
Text Example
White with #B0263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0263B; }
p { color: rgb(176,38,59); }
H1.HeaderClassName
{
color: #B0263B;
}
.AnyTagClassName
{
color: #B0263B;
}
</style>
background-color css
<style>
a { background-color: #B0263B; }
a { background-color: rgb(176,38,59); }
div.DivClassName
{
background-color: #B0263B;
}
.BgClassName
{
background-color: #B0263B;
}
</style>
border-color css
<style>
span { border-color: #B0263B; }
span { border-color: rgb(176,38,59); }
td.TdClassName
{
border-color: #B0263B;
}
.TagClassName
{
border-color: #B0263B;
}
</style>