Shades of Cardinal #B7003C
Tints of Cardinal #B7003C
RGB
CMYK
RGB Variations
Color information
#B7003C (or 0xB7003C) is known color: Cardinal. HEX triplet: B7, 00 and 3C. RGB value is (183,0,60). Sum of RGB (Red+Green+Blue) = 183+0+60=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7003C is #48FFC3. Grayscale: #3D3D3D. Windows color (decimal): -4784068 or 3932343. OLE color: 3932343.
HSL color Cylindrical-coordinate representation of color #B7003C: hue angle of 340.33º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7003C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.67 | 0.28 |
| HSL | 340.33º | 1% | 0.36% | - |
| HSV(B) | 340.33º | 1% | 0.72% | - |
| XYZ | 20.34 | 10.39 | 5.21 | - |
| YUV | 61.56 | 127.13 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 60 | 0 | 1 | 0.67 | 0.28 | 340.33 | 1 | 0.36 |
| Hex | B7 | 0 | 3C | 0 | 64 | 43 | 1C | 154 | 64 | 24 |
| Octal | 267 | 0 | 74 | 0 | 144 | 103 | 34 | 524 | 144 | 44 |
| Binary | 10110111 | 0 | 111100 | 0 | 1100100 | 1000011 | 11100 | 101010100 | 1100100 | 100100 |
Color Harmonies of #B7003C
Complementary color
Monochromatic Colors of #B7003C
Black with #B7003C
Text Example
Text Example
White with #B7003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7003C; }
p { color: rgb(183,0,60); }
H1.HeaderClassName
{
color: #B7003C;
}
.AnyTagClassName
{
color: #B7003C;
}
</style>
background-color css
<style>
a { background-color: #B7003C; }
a { background-color: rgb(183,0,60); }
div.DivClassName
{
background-color: #B7003C;
}
.BgClassName
{
background-color: #B7003C;
}
</style>
border-color css
<style>
span { border-color: #B7003C; }
span { border-color: rgb(183,0,60); }
td.TdClassName
{
border-color: #B7003C;
}
.TagClassName
{
border-color: #B7003C;
}
</style>