Shades of Cardinal #B7033D
Tints of Cardinal #B7033D
RGB
CMYK
RGB Variations
Color information
#B7033D (or 0xB7033D) is known color: Cardinal. HEX triplet: B7, 03 and 3D. RGB value is (183,3,61). Sum of RGB (Red+Green+Blue) = 183+3+61=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7033D is #48FCC2. Grayscale: #3F3F3F. Windows color (decimal): -4783299 or 3998647. OLE color: 3998647.
HSL color Cylindrical-coordinate representation of color #B7033D: hue angle of 340.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7033D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.28 |
| HSL | 340.67º | 0.97% | 0.36% | - |
| HSV(B) | 340.67º | 0.98% | 0.72% | - |
| XYZ | 20.4 | 10.47 | 5.36 | - |
| YUV | 63.43 | 126.63 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 61 | 0 | 0.98 | 0.67 | 0.28 | 340.67 | 0.97 | 0.36 |
| Hex | B7 | 3 | 3D | 0 | 62 | 43 | 1C | 155 | 61 | 24 |
| Octal | 267 | 3 | 75 | 0 | 142 | 103 | 34 | 525 | 141 | 44 |
| Binary | 10110111 | 11 | 111101 | 0 | 1100010 | 1000011 | 11100 | 101010101 | 1100001 | 100100 |
Color Harmonies of #B7033D
Complementary color
Monochromatic Colors of #B7033D
Black with #B7033D
Text Example
Text Example
White with #B7033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7033D; }
p { color: rgb(183,3,61); }
H1.HeaderClassName
{
color: #B7033D;
}
.AnyTagClassName
{
color: #B7033D;
}
</style>
background-color css
<style>
a { background-color: #B7033D; }
a { background-color: rgb(183,3,61); }
div.DivClassName
{
background-color: #B7033D;
}
.BgClassName
{
background-color: #B7033D;
}
</style>
border-color css
<style>
span { border-color: #B7033D; }
span { border-color: rgb(183,3,61); }
td.TdClassName
{
border-color: #B7033D;
}
.TagClassName
{
border-color: #B7033D;
}
</style>