Shades of Cardinal #B81F3C
Tints of Cardinal #B81F3C
RGB
CMYK
RGB Variations
Color information
#B81F3C (or 0xB81F3C) is known color: Cardinal. HEX triplet: B8, 1F and 3C. RGB value is (184,31,60). Sum of RGB (Red+Green+Blue) = 184+31+60=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F3C is #47E0C3. Grayscale: #505050. Windows color (decimal): -4710596 or 3940280. OLE color: 3940280.
HSL color Cylindrical-coordinate representation of color #B81F3C: hue angle of 348.63º 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 #B81F3C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 60 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.28 |
| HSL | 348.63º | 0.71% | 0.42% | - |
| HSV(B) | 348.63º | 0.83% | 0.72% | - |
| XYZ | 21.07 | 11.5 | 5.38 | - |
| YUV | 80.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 60 | 0 | 0.83 | 0.67 | 0.28 | 348.63 | 0.71 | 0.42 |
| Hex | B8 | 1F | 3C | 0 | 53 | 43 | 1C | 15D | 47 | 2A |
| Octal | 270 | 37 | 74 | 0 | 123 | 103 | 34 | 535 | 107 | 52 |
| Binary | 10111000 | 11111 | 111100 | 0 | 1010011 | 1000011 | 11100 | 101011101 | 1000111 | 101010 |
Color Harmonies of #B81F3C
Complementary color
Monochromatic Colors of #B81F3C
Black with #B81F3C
Text Example
Text Example
White with #B81F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F3C; }
p { color: rgb(184,31,60); }
H1.HeaderClassName
{
color: #B81F3C;
}
.AnyTagClassName
{
color: #B81F3C;
}
</style>
background-color css
<style>
a { background-color: #B81F3C; }
a { background-color: rgb(184,31,60); }
div.DivClassName
{
background-color: #B81F3C;
}
.BgClassName
{
background-color: #B81F3C;
}
</style>
border-color css
<style>
span { border-color: #B81F3C; }
span { border-color: rgb(184,31,60); }
td.TdClassName
{
border-color: #B81F3C;
}
.TagClassName
{
border-color: #B81F3C;
}
</style>