Shades of Cardinal #B72127
Tints of Cardinal #B72127
RGB
CMYK
RGB Variations
Color information
#B72127 (or 0xB72127) is known color: Cardinal. HEX triplet: B7, 21 and 27. RGB value is (183,33,39). Sum of RGB (Red+Green+Blue) = 183+33+39=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B72127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72127 is #48DED8. Grayscale: #4E4E4E. Windows color (decimal): -4775641 or 2564535. OLE color: 2564535.
HSL color Cylindrical-coordinate representation of color #B72127: hue angle of 357.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72127 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 39 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.28 |
| HSL | 357.6º | 0.69% | 0.42% | - |
| HSV(B) | 357.6º | 0.82% | 0.72% | - |
| XYZ | 20.44 | 11.3 | 3.02 | - |
| YUV | 78.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 39 | 0 | 0.82 | 0.79 | 0.28 | 357.6 | 0.69 | 0.42 |
| Hex | B7 | 21 | 27 | 0 | 52 | 4F | 1C | 166 | 45 | 2A |
| Octal | 267 | 41 | 47 | 0 | 122 | 117 | 34 | 546 | 105 | 52 |
| Binary | 10110111 | 100001 | 100111 | 0 | 1010010 | 1001111 | 11100 | 101100110 | 1000101 | 101010 |
Color Harmonies of #B72127
Complementary color
Monochromatic Colors of #B72127
Black with #B72127
Text Example
Text Example
White with #B72127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72127; }
p { color: rgb(183,33,39); }
H1.HeaderClassName
{
color: #B72127;
}
.AnyTagClassName
{
color: #B72127;
}
</style>
background-color css
<style>
a { background-color: #B72127; }
a { background-color: rgb(183,33,39); }
div.DivClassName
{
background-color: #B72127;
}
.BgClassName
{
background-color: #B72127;
}
</style>
border-color css
<style>
span { border-color: #B72127; }
span { border-color: rgb(183,33,39); }
td.TdClassName
{
border-color: #B72127;
}
.TagClassName
{
border-color: #B72127;
}
</style>