Shades of Cardinal #B7033B
Tints of Cardinal #B7033B
RGB
CMYK
RGB Variations
Color information
#B7033B (or 0xB7033B) is known color: Cardinal. HEX triplet: B7, 03 and 3B. RGB value is (183,3,59). Sum of RGB (Red+Green+Blue) = 183+3+59=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7033B is #48FCC4. Grayscale: #3F3F3F. Windows color (decimal): -4783301 or 3867575. OLE color: 3867575.
HSL color Cylindrical-coordinate representation of color #B7033B: hue angle of 341.33º 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 #B7033B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.28 |
| HSL | 341.33º | 0.97% | 0.36% | - |
| HSV(B) | 341.33º | 0.98% | 0.72% | - |
| XYZ | 20.35 | 10.45 | 5.08 | - |
| YUV | 63.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 59 | 0 | 0.98 | 0.68 | 0.28 | 341.33 | 0.97 | 0.36 |
| Hex | B7 | 3 | 3B | 0 | 62 | 44 | 1C | 155 | 61 | 24 |
| Octal | 267 | 3 | 73 | 0 | 142 | 104 | 34 | 525 | 141 | 44 |
| Binary | 10110111 | 11 | 111011 | 0 | 1100010 | 1000100 | 11100 | 101010101 | 1100001 | 100100 |
Color Harmonies of #B7033B
Complementary color
Monochromatic Colors of #B7033B
Black with #B7033B
Text Example
Text Example
White with #B7033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7033B; }
p { color: rgb(183,3,59); }
H1.HeaderClassName
{
color: #B7033B;
}
.AnyTagClassName
{
color: #B7033B;
}
</style>
background-color css
<style>
a { background-color: #B7033B; }
a { background-color: rgb(183,3,59); }
div.DivClassName
{
background-color: #B7033B;
}
.BgClassName
{
background-color: #B7033B;
}
</style>
border-color css
<style>
span { border-color: #B7033B; }
span { border-color: rgb(183,3,59); }
td.TdClassName
{
border-color: #B7033B;
}
.TagClassName
{
border-color: #B7033B;
}
</style>