Shades of Cardinal #B0252A
Tints of Cardinal #B0252A
RGB
CMYK
RGB Variations
Color information
#B0252A (or 0xB0252A) is known color: Cardinal. HEX triplet: B0, 25 and 2A. RGB value is (176,37,42). Sum of RGB (Red+Green+Blue) = 176+37+42=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0252A is #4FDAD5. Grayscale: #4F4F4F. Windows color (decimal): -5233366 or 2762160. OLE color: 2762160.
HSL color Cylindrical-coordinate representation of color #B0252A: hue angle of 357.84º 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 #B0252A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 42 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.31 |
| HSL | 357.84º | 0.65% | 0.42% | - |
| HSV(B) | 357.84º | 0.79% | 0.69% | - |
| XYZ | 18.98 | 10.72 | 3.26 | - |
| YUV | 79.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 42 | 0 | 0.79 | 0.76 | 0.31 | 357.84 | 0.65 | 0.42 |
| Hex | B0 | 25 | 2A | 0 | 4F | 4C | 1F | 166 | 41 | 2A |
| Octal | 260 | 45 | 52 | 0 | 117 | 114 | 37 | 546 | 101 | 52 |
| Binary | 10110000 | 100101 | 101010 | 0 | 1001111 | 1001100 | 11111 | 101100110 | 1000001 | 101010 |
Color Harmonies of #B0252A
Complementary color
Monochromatic Colors of #B0252A
Black with #B0252A
Text Example
Text Example
White with #B0252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0252A; }
p { color: rgb(176,37,42); }
H1.HeaderClassName
{
color: #B0252A;
}
.AnyTagClassName
{
color: #B0252A;
}
</style>
background-color css
<style>
a { background-color: #B0252A; }
a { background-color: rgb(176,37,42); }
div.DivClassName
{
background-color: #B0252A;
}
.BgClassName
{
background-color: #B0252A;
}
</style>
border-color css
<style>
span { border-color: #B0252A; }
span { border-color: rgb(176,37,42); }
td.TdClassName
{
border-color: #B0252A;
}
.TagClassName
{
border-color: #B0252A;
}
</style>