Shades of Cardinal #B71F28
Tints of Cardinal #B71F28
RGB
CMYK
RGB Variations
Color information
#B71F28 (or 0xB71F28) is known color: Cardinal. HEX triplet: B7, 1F and 28. RGB value is (183,31,40). Sum of RGB (Red+Green+Blue) = 183+31+40=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F28 is #48E0D7. Grayscale: #4D4D4D. Windows color (decimal): -4776152 or 2629559. OLE color: 2629559.
HSL color Cylindrical-coordinate representation of color #B71F28: hue angle of 356.45º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F28 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 40 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.28 |
| HSL | 356.45º | 0.71% | 0.42% | - |
| HSV(B) | 356.45º | 0.83% | 0.72% | - |
| XYZ | 20.4 | 11.2 | 3.09 | - |
| YUV | 77.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 40 | 0 | 0.83 | 0.78 | 0.28 | 356.45 | 0.71 | 0.42 |
| Hex | B7 | 1F | 28 | 0 | 53 | 4E | 1C | 164 | 47 | 2A |
| Octal | 267 | 37 | 50 | 0 | 123 | 116 | 34 | 544 | 107 | 52 |
| Binary | 10110111 | 11111 | 101000 | 0 | 1010011 | 1001110 | 11100 | 101100100 | 1000111 | 101010 |
Color Harmonies of #B71F28
Complementary color
Monochromatic Colors of #B71F28
Black with #B71F28
Text Example
Text Example
White with #B71F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F28; }
p { color: rgb(183,31,40); }
H1.HeaderClassName
{
color: #B71F28;
}
.AnyTagClassName
{
color: #B71F28;
}
</style>
background-color css
<style>
a { background-color: #B71F28; }
a { background-color: rgb(183,31,40); }
div.DivClassName
{
background-color: #B71F28;
}
.BgClassName
{
background-color: #B71F28;
}
</style>
border-color css
<style>
span { border-color: #B71F28; }
span { border-color: rgb(183,31,40); }
td.TdClassName
{
border-color: #B71F28;
}
.TagClassName
{
border-color: #B71F28;
}
</style>