Shades of Cardinal #B7033C
Tints of Cardinal #B7033C
RGB
CMYK
RGB Variations
Color information
#B7033C (or 0xB7033C) is known color: Cardinal. HEX triplet: B7, 03 and 3C. RGB value is (183,3,60). Sum of RGB (Red+Green+Blue) = 183+3+60=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7033C is #48FCC3. Grayscale: #3F3F3F. Windows color (decimal): -4783300 or 3933111. OLE color: 3933111.
HSL color Cylindrical-coordinate representation of color #B7033C: hue angle of 341º 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 #B7033C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.28 |
| HSL | 341º | 0.97% | 0.36% | - |
| HSV(B) | 341º | 0.98% | 0.72% | - |
| XYZ | 20.38 | 10.46 | 5.22 | - |
| YUV | 63.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 60 | 0 | 0.98 | 0.67 | 0.28 | 341 | 0.97 | 0.36 |
| Hex | B7 | 3 | 3C | 0 | 62 | 43 | 1C | 155 | 61 | 24 |
| Octal | 267 | 3 | 74 | 0 | 142 | 103 | 34 | 525 | 141 | 44 |
| Binary | 10110111 | 11 | 111100 | 0 | 1100010 | 1000011 | 11100 | 101010101 | 1100001 | 100100 |
Color Harmonies of #B7033C
Complementary color
Monochromatic Colors of #B7033C
Black with #B7033C
Text Example
Text Example
White with #B7033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7033C; }
p { color: rgb(183,3,60); }
H1.HeaderClassName
{
color: #B7033C;
}
.AnyTagClassName
{
color: #B7033C;
}
</style>
background-color css
<style>
a { background-color: #B7033C; }
a { background-color: rgb(183,3,60); }
div.DivClassName
{
background-color: #B7033C;
}
.BgClassName
{
background-color: #B7033C;
}
</style>
border-color css
<style>
span { border-color: #B7033C; }
span { border-color: rgb(183,3,60); }
td.TdClassName
{
border-color: #B7033C;
}
.TagClassName
{
border-color: #B7033C;
}
</style>