Shades of Cardinal #B0252D
Tints of Cardinal #B0252D
RGB
CMYK
RGB Variations
Color information
#B0252D (or 0xB0252D) is known color: Cardinal. HEX triplet: B0, 25 and 2D. RGB value is (176,37,45). Sum of RGB (Red+Green+Blue) = 176+37+45=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0252D is #4FDAD2. Grayscale: #4F4F4F. Windows color (decimal): -5233363 or 2958768. OLE color: 2958768.
HSL color Cylindrical-coordinate representation of color #B0252D: hue angle of 356.55º 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 #B0252D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 45 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.31 |
| HSL | 356.55º | 0.65% | 0.42% | - |
| HSV(B) | 356.55º | 0.79% | 0.69% | - |
| XYZ | 19.04 | 10.74 | 3.55 | - |
| YUV | 79.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 45 | 0 | 0.79 | 0.74 | 0.31 | 356.55 | 0.65 | 0.42 |
| Hex | B0 | 25 | 2D | 0 | 4F | 4A | 1F | 165 | 41 | 2A |
| Octal | 260 | 45 | 55 | 0 | 117 | 112 | 37 | 545 | 101 | 52 |
| Binary | 10110000 | 100101 | 101101 | 0 | 1001111 | 1001010 | 11111 | 101100101 | 1000001 | 101010 |
Color Harmonies of #B0252D
Complementary color
Monochromatic Colors of #B0252D
Black with #B0252D
Text Example
Text Example
White with #B0252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0252D; }
p { color: rgb(176,37,45); }
H1.HeaderClassName
{
color: #B0252D;
}
.AnyTagClassName
{
color: #B0252D;
}
</style>
background-color css
<style>
a { background-color: #B0252D; }
a { background-color: rgb(176,37,45); }
div.DivClassName
{
background-color: #B0252D;
}
.BgClassName
{
background-color: #B0252D;
}
</style>
border-color css
<style>
span { border-color: #B0252D; }
span { border-color: rgb(176,37,45); }
td.TdClassName
{
border-color: #B0252D;
}
.TagClassName
{
border-color: #B0252D;
}
</style>