Shades of Cardinal #B00838
Tints of Cardinal #B00838
RGB
CMYK
RGB Variations
Color information
#B00838 (or 0xB00838) is known color: Cardinal. HEX triplet: B0, 08 and 38. RGB value is (176,8,56). Sum of RGB (Red+Green+Blue) = 176+8+56=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B00838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00838 is #4FF7C7. Grayscale: #3F3F3F. Windows color (decimal): -5240776 or 3672240. OLE color: 3672240.
HSL color Cylindrical-coordinate representation of color #B00838: hue angle of 342.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00838 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 56 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.31 |
| HSL | 342.86º | 0.91% | 0.36% | - |
| HSV(B) | 342.86º | 0.95% | 0.69% | - |
| XYZ | 18.71 | 9.69 | 4.63 | - |
| YUV | 63.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 56 | 0 | 0.95 | 0.68 | 0.31 | 342.86 | 0.91 | 0.36 |
| Hex | B0 | 8 | 38 | 0 | 5F | 44 | 1F | 157 | 5B | 24 |
| Octal | 260 | 10 | 70 | 0 | 137 | 104 | 37 | 527 | 133 | 44 |
| Binary | 10110000 | 1000 | 111000 | 0 | 1011111 | 1000100 | 11111 | 101010111 | 1011011 | 100100 |
Color Harmonies of #B00838
Complementary color
Monochromatic Colors of #B00838
Black with #B00838
Text Example
Text Example
White with #B00838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00838; }
p { color: rgb(176,8,56); }
H1.HeaderClassName
{
color: #B00838;
}
.AnyTagClassName
{
color: #B00838;
}
</style>
background-color css
<style>
a { background-color: #B00838; }
a { background-color: rgb(176,8,56); }
div.DivClassName
{
background-color: #B00838;
}
.BgClassName
{
background-color: #B00838;
}
</style>
border-color css
<style>
span { border-color: #B00838; }
span { border-color: rgb(176,8,56); }
td.TdClassName
{
border-color: #B00838;
}
.TagClassName
{
border-color: #B00838;
}
</style>