Shades of Cardinal #B5273C
Tints of Cardinal #B5273C
RGB
CMYK
RGB Variations
Color information
#B5273C (or 0xB5273C) is known color: Cardinal. HEX triplet: B5, 27 and 3C. RGB value is (181,39,60). Sum of RGB (Red+Green+Blue) = 181+39+60=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5273C is #4AD8C3. Grayscale: #535353. Windows color (decimal): -4905156 or 3942325. OLE color: 3942325.
HSL color Cylindrical-coordinate representation of color #B5273C: hue angle of 351.13º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5273C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 60 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.29 |
| HSL | 351.13º | 0.65% | 0.43% | - |
| HSV(B) | 351.13º | 0.78% | 0.71% | - |
| XYZ | 20.6 | 11.6 | 5.43 | - |
| YUV | 83.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 60 | 0 | 0.78 | 0.67 | 0.29 | 351.13 | 0.65 | 0.43 |
| Hex | B5 | 27 | 3C | 0 | 4E | 43 | 1D | 15F | 41 | 2B |
| Octal | 265 | 47 | 74 | 0 | 116 | 103 | 35 | 537 | 101 | 53 |
| Binary | 10110101 | 100111 | 111100 | 0 | 1001110 | 1000011 | 11101 | 101011111 | 1000001 | 101011 |
Color Harmonies of #B5273C
Complementary color
Monochromatic Colors of #B5273C
Black with #B5273C
Text Example
Text Example
White with #B5273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5273C; }
p { color: rgb(181,39,60); }
H1.HeaderClassName
{
color: #B5273C;
}
.AnyTagClassName
{
color: #B5273C;
}
</style>
background-color css
<style>
a { background-color: #B5273C; }
a { background-color: rgb(181,39,60); }
div.DivClassName
{
background-color: #B5273C;
}
.BgClassName
{
background-color: #B5273C;
}
</style>
border-color css
<style>
span { border-color: #B5273C; }
span { border-color: rgb(181,39,60); }
td.TdClassName
{
border-color: #B5273C;
}
.TagClassName
{
border-color: #B5273C;
}
</style>