Shades of Cardinal #B0253B
Tints of Cardinal #B0253B
RGB
CMYK
RGB Variations
Color information
#B0253B (or 0xB0253B) is known color: Cardinal. HEX triplet: B0, 25 and 3B. RGB value is (176,37,59). Sum of RGB (Red+Green+Blue) = 176+37+59=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0253B is #4FDAC4. Grayscale: #515151. Windows color (decimal): -5233349 or 3876272. OLE color: 3876272.
HSL color Cylindrical-coordinate representation of color #B0253B: hue angle of 350.5º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0253B is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 59 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.31 |
| HSL | 350.5º | 0.65% | 0.42% | - |
| HSV(B) | 350.5º | 0.79% | 0.69% | - |
| XYZ | 19.36 | 10.87 | 5.22 | - |
| YUV | 81.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 59 | 0 | 0.79 | 0.66 | 0.31 | 350.5 | 0.65 | 0.42 |
| Hex | B0 | 25 | 3B | 0 | 4F | 42 | 1F | 15F | 41 | 2A |
| Octal | 260 | 45 | 73 | 0 | 117 | 102 | 37 | 537 | 101 | 52 |
| Binary | 10110000 | 100101 | 111011 | 0 | 1001111 | 1000010 | 11111 | 101011111 | 1000001 | 101010 |
Color Harmonies of #B0253B
Complementary color
Monochromatic Colors of #B0253B
Black with #B0253B
Text Example
Text Example
White with #B0253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0253B; }
p { color: rgb(176,37,59); }
H1.HeaderClassName
{
color: #B0253B;
}
.AnyTagClassName
{
color: #B0253B;
}
</style>
background-color css
<style>
a { background-color: #B0253B; }
a { background-color: rgb(176,37,59); }
div.DivClassName
{
background-color: #B0253B;
}
.BgClassName
{
background-color: #B0253B;
}
</style>
border-color css
<style>
span { border-color: #B0253B; }
span { border-color: rgb(176,37,59); }
td.TdClassName
{
border-color: #B0253B;
}
.TagClassName
{
border-color: #B0253B;
}
</style>