Shades of Cardinal #B0253E
Tints of Cardinal #B0253E
RGB
CMYK
RGB Variations
Color information
#B0253E (or 0xB0253E) is known color: Cardinal. HEX triplet: B0, 25 and 3E. RGB value is (176,37,62). Sum of RGB (Red+Green+Blue) = 176+37+62=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0253E is #4FDAC1. Grayscale: #515151. Windows color (decimal): -5233346 or 4072880. OLE color: 4072880.
HSL color Cylindrical-coordinate representation of color #B0253E: hue angle of 349.21º 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 #B0253E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 62 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.31 |
| HSL | 349.21º | 0.65% | 0.42% | - |
| HSV(B) | 349.21º | 0.79% | 0.69% | - |
| XYZ | 19.44 | 10.9 | 5.64 | - |
| YUV | 81.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 62 | 0 | 0.79 | 0.65 | 0.31 | 349.21 | 0.65 | 0.42 |
| Hex | B0 | 25 | 3E | 0 | 4F | 41 | 1F | 15D | 41 | 2A |
| Octal | 260 | 45 | 76 | 0 | 117 | 101 | 37 | 535 | 101 | 52 |
| Binary | 10110000 | 100101 | 111110 | 0 | 1001111 | 1000001 | 11111 | 101011101 | 1000001 | 101010 |
Color Harmonies of #B0253E
Complementary color
Monochromatic Colors of #B0253E
Black with #B0253E
Text Example
Text Example
White with #B0253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0253E; }
p { color: rgb(176,37,62); }
H1.HeaderClassName
{
color: #B0253E;
}
.AnyTagClassName
{
color: #B0253E;
}
</style>
background-color css
<style>
a { background-color: #B0253E; }
a { background-color: rgb(176,37,62); }
div.DivClassName
{
background-color: #B0253E;
}
.BgClassName
{
background-color: #B0253E;
}
</style>
border-color css
<style>
span { border-color: #B0253E; }
span { border-color: rgb(176,37,62); }
td.TdClassName
{
border-color: #B0253E;
}
.TagClassName
{
border-color: #B0253E;
}
</style>