Shades of Cardinal #B0253C
Tints of Cardinal #B0253C
RGB
CMYK
RGB Variations
Color information
#B0253C (or 0xB0253C) is known color: Cardinal. HEX triplet: B0, 25 and 3C. RGB value is (176,37,60). Sum of RGB (Red+Green+Blue) = 176+37+60=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0253C is #4FDAC3. Grayscale: #515151. Windows color (decimal): -5233348 or 3941808. OLE color: 3941808.
HSL color Cylindrical-coordinate representation of color #B0253C: hue angle of 350.07º 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 #B0253C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 60 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.31 |
| HSL | 350.07º | 0.65% | 0.42% | - |
| HSV(B) | 350.07º | 0.79% | 0.69% | - |
| XYZ | 19.38 | 10.88 | 5.35 | - |
| YUV | 81.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 60 | 0 | 0.79 | 0.66 | 0.31 | 350.07 | 0.65 | 0.42 |
| Hex | B0 | 25 | 3C | 0 | 4F | 42 | 1F | 15E | 41 | 2A |
| Octal | 260 | 45 | 74 | 0 | 117 | 102 | 37 | 536 | 101 | 52 |
| Binary | 10110000 | 100101 | 111100 | 0 | 1001111 | 1000010 | 11111 | 101011110 | 1000001 | 101010 |
Color Harmonies of #B0253C
Complementary color
Monochromatic Colors of #B0253C
Black with #B0253C
Text Example
Text Example
White with #B0253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0253C; }
p { color: rgb(176,37,60); }
H1.HeaderClassName
{
color: #B0253C;
}
.AnyTagClassName
{
color: #B0253C;
}
</style>
background-color css
<style>
a { background-color: #B0253C; }
a { background-color: rgb(176,37,60); }
div.DivClassName
{
background-color: #B0253C;
}
.BgClassName
{
background-color: #B0253C;
}
</style>
border-color css
<style>
span { border-color: #B0253C; }
span { border-color: rgb(176,37,60); }
td.TdClassName
{
border-color: #B0253C;
}
.TagClassName
{
border-color: #B0253C;
}
</style>