Shades of Cardinal #B01E2A
Tints of Cardinal #B01E2A
RGB
CMYK
RGB Variations
Color information
#B01E2A (or 0xB01E2A) is known color: Cardinal. HEX triplet: B0, 1E and 2A. RGB value is (176,30,42). Sum of RGB (Red+Green+Blue) = 176+30+42=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E2A is #4FE1D5. Grayscale: #4B4B4B. Windows color (decimal): -5235158 or 2760368. OLE color: 2760368.
HSL color Cylindrical-coordinate representation of color #B01E2A: hue angle of 355.07º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01E2A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 30 | 42 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.31 |
| HSL | 355.07º | 0.71% | 0.4% | - |
| HSV(B) | 355.07º | 0.83% | 0.69% | - |
| XYZ | 18.79 | 10.33 | 3.19 | - |
| YUV | 75.02 | 109.37 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 42 | 0 | 0.83 | 0.76 | 0.31 | 355.07 | 0.71 | 0.4 |
| Hex | B0 | 1E | 2A | 0 | 53 | 4C | 1F | 163 | 47 | 28 |
| Octal | 260 | 36 | 52 | 0 | 123 | 114 | 37 | 543 | 107 | 50 |
| Binary | 10110000 | 11110 | 101010 | 0 | 1010011 | 1001100 | 11111 | 101100011 | 1000111 | 101000 |
Color Harmonies of #B01E2A
Complementary color
Monochromatic Colors of #B01E2A
Black with #B01E2A
Text Example
Text Example
White with #B01E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01E2A; }
p { color: rgb(176,30,42); }
H1.HeaderClassName
{
color: #B01E2A;
}
.AnyTagClassName
{
color: #B01E2A;
}
</style>
background-color css
<style>
a { background-color: #B01E2A; }
a { background-color: rgb(176,30,42); }
div.DivClassName
{
background-color: #B01E2A;
}
.BgClassName
{
background-color: #B01E2A;
}
</style>
border-color css
<style>
span { border-color: #B01E2A; }
span { border-color: rgb(176,30,42); }
td.TdClassName
{
border-color: #B01E2A;
}
.TagClassName
{
border-color: #B01E2A;
}
</style>