Shades of Cardinal #B00830
Tints of Cardinal #B00830
RGB
CMYK
RGB Variations
Color information
#B00830 (or 0xB00830) is known color: Cardinal. HEX triplet: B0, 08 and 30. RGB value is (176,8,48). Sum of RGB (Red+Green+Blue) = 176+8+48=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B00830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00830 is #4FF7CF. Grayscale: #3E3E3E. Windows color (decimal): -5240784 or 3147952. OLE color: 3147952.
HSL color Cylindrical-coordinate representation of color #B00830: hue angle of 345.71º 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 #B00830 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 48 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.31 |
| HSL | 345.71º | 0.91% | 0.36% | - |
| HSV(B) | 345.71º | 0.95% | 0.69% | - |
| XYZ | 18.52 | 9.62 | 3.68 | - |
| YUV | 62.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 48 | 0 | 0.95 | 0.73 | 0.31 | 345.71 | 0.91 | 0.36 |
| Hex | B0 | 8 | 30 | 0 | 5F | 49 | 1F | 15A | 5B | 24 |
| Octal | 260 | 10 | 60 | 0 | 137 | 111 | 37 | 532 | 133 | 44 |
| Binary | 10110000 | 1000 | 110000 | 0 | 1011111 | 1001001 | 11111 | 101011010 | 1011011 | 100100 |
Color Harmonies of #B00830
Complementary color
Monochromatic Colors of #B00830
Black with #B00830
Text Example
Text Example
White with #B00830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00830; }
p { color: rgb(176,8,48); }
H1.HeaderClassName
{
color: #B00830;
}
.AnyTagClassName
{
color: #B00830;
}
</style>
background-color css
<style>
a { background-color: #B00830; }
a { background-color: rgb(176,8,48); }
div.DivClassName
{
background-color: #B00830;
}
.BgClassName
{
background-color: #B00830;
}
</style>
border-color css
<style>
span { border-color: #B00830; }
span { border-color: rgb(176,8,48); }
td.TdClassName
{
border-color: #B00830;
}
.TagClassName
{
border-color: #B00830;
}
</style>