Shades of Cardinal #B7083F
Tints of Cardinal #B7083F
RGB
CMYK
RGB Variations
Color information
#B7083F (or 0xB7083F) is known color: Cardinal. HEX triplet: B7, 08 and 3F. RGB value is (183,8,63). Sum of RGB (Red+Green+Blue) = 183+8+63=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B7083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7083F is #48F7C0. Grayscale: #424242. Windows color (decimal): -4782017 or 4130999. OLE color: 4130999.
HSL color Cylindrical-coordinate representation of color #B7083F: hue angle of 341.14º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7083F is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.28 |
| HSL | 341.14º | 0.92% | 0.37% | - |
| HSV(B) | 341.14º | 0.96% | 0.72% | - |
| XYZ | 20.51 | 10.6 | 5.67 | - |
| YUV | 66.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 63 | 0 | 0.96 | 0.66 | 0.28 | 341.14 | 0.92 | 0.37 |
| Hex | B7 | 8 | 3F | 0 | 60 | 42 | 1C | 155 | 5C | 25 |
| Octal | 267 | 10 | 77 | 0 | 140 | 102 | 34 | 525 | 134 | 45 |
| Binary | 10110111 | 1000 | 111111 | 0 | 1100000 | 1000010 | 11100 | 101010101 | 1011100 | 100101 |
Color Harmonies of #B7083F
Complementary color
Monochromatic Colors of #B7083F
Black with #B7083F
Text Example
Text Example
White with #B7083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7083F; }
p { color: rgb(183,8,63); }
H1.HeaderClassName
{
color: #B7083F;
}
.AnyTagClassName
{
color: #B7083F;
}
</style>
background-color css
<style>
a { background-color: #B7083F; }
a { background-color: rgb(183,8,63); }
div.DivClassName
{
background-color: #B7083F;
}
.BgClassName
{
background-color: #B7083F;
}
</style>
border-color css
<style>
span { border-color: #B7083F; }
span { border-color: rgb(183,8,63); }
td.TdClassName
{
border-color: #B7083F;
}
.TagClassName
{
border-color: #B7083F;
}
</style>