Shades of Cardinal #B00E32
Tints of Cardinal #B00E32
RGB
CMYK
RGB Variations
Color information
#B00E32 (or 0xB00E32) is known color: Cardinal. HEX triplet: B0, 0E and 32. RGB value is (176,14,50). Sum of RGB (Red+Green+Blue) = 176+14+50=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E32 is #4FF1CD. Grayscale: #424242. Windows color (decimal): -5239246 or 3280560. OLE color: 3280560.
HSL color Cylindrical-coordinate representation of color #B00E32: hue angle of 346.67º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E32 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 14 | 50 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.31 |
| HSL | 346.67º | 0.85% | 0.37% | - |
| HSV(B) | 346.67º | 0.92% | 0.69% | - |
| XYZ | 18.64 | 9.77 | 3.92 | - |
| YUV | 66.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 50 | 0 | 0.92 | 0.72 | 0.31 | 346.67 | 0.85 | 0.37 |
| Hex | B0 | E | 32 | 0 | 5C | 48 | 1F | 15B | 55 | 25 |
| Octal | 260 | 16 | 62 | 0 | 134 | 110 | 37 | 533 | 125 | 45 |
| Binary | 10110000 | 1110 | 110010 | 0 | 1011100 | 1001000 | 11111 | 101011011 | 1010101 | 100101 |
Color Harmonies of #B00E32
Complementary color
Monochromatic Colors of #B00E32
Black with #B00E32
Text Example
Text Example
White with #B00E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00E32; }
p { color: rgb(176,14,50); }
H1.HeaderClassName
{
color: #B00E32;
}
.AnyTagClassName
{
color: #B00E32;
}
</style>
background-color css
<style>
a { background-color: #B00E32; }
a { background-color: rgb(176,14,50); }
div.DivClassName
{
background-color: #B00E32;
}
.BgClassName
{
background-color: #B00E32;
}
</style>
border-color css
<style>
span { border-color: #B00E32; }
span { border-color: rgb(176,14,50); }
td.TdClassName
{
border-color: #B00E32;
}
.TagClassName
{
border-color: #B00E32;
}
</style>