Shades of Cardinal #B0253F
Tints of Cardinal #B0253F
RGB
CMYK
RGB Variations
Color information
#B0253F (or 0xB0253F) is known color: Cardinal. HEX triplet: B0, 25 and 3F. RGB value is (176,37,63). Sum of RGB (Red+Green+Blue) = 176+37+63=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0253F is #4FDAC0. Grayscale: #515151. Windows color (decimal): -5233345 or 4138416. OLE color: 4138416.
HSL color Cylindrical-coordinate representation of color #B0253F: hue angle of 348.78º 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 #B0253F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 63 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.31 |
| HSL | 348.78º | 0.65% | 0.42% | - |
| HSV(B) | 348.78º | 0.79% | 0.69% | - |
| XYZ | 19.46 | 10.91 | 5.78 | - |
| YUV | 81.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 63 | 0 | 0.79 | 0.64 | 0.31 | 348.78 | 0.65 | 0.42 |
| Hex | B0 | 25 | 3F | 0 | 4F | 40 | 1F | 15D | 41 | 2A |
| Octal | 260 | 45 | 77 | 0 | 117 | 100 | 37 | 535 | 101 | 52 |
| Binary | 10110000 | 100101 | 111111 | 0 | 1001111 | 1000000 | 11111 | 101011101 | 1000001 | 101010 |
Color Harmonies of #B0253F
Complementary color
Monochromatic Colors of #B0253F
Black with #B0253F
Text Example
Text Example
White with #B0253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0253F; }
p { color: rgb(176,37,63); }
H1.HeaderClassName
{
color: #B0253F;
}
.AnyTagClassName
{
color: #B0253F;
}
</style>
background-color css
<style>
a { background-color: #B0253F; }
a { background-color: rgb(176,37,63); }
div.DivClassName
{
background-color: #B0253F;
}
.BgClassName
{
background-color: #B0253F;
}
</style>
border-color css
<style>
span { border-color: #B0253F; }
span { border-color: rgb(176,37,63); }
td.TdClassName
{
border-color: #B0253F;
}
.TagClassName
{
border-color: #B0253F;
}
</style>