Shades of Cardinal #B5243A
Tints of Cardinal #B5243A
RGB
CMYK
RGB Variations
Color information
#B5243A (or 0xB5243A) is known color: Cardinal. HEX triplet: B5, 24 and 3A. RGB value is (181,36,58). Sum of RGB (Red+Green+Blue) = 181+36+58=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5243A is #4ADBC5. Grayscale: #515151. Windows color (decimal): -4905926 or 3810485. OLE color: 3810485.
HSL color Cylindrical-coordinate representation of color #B5243A: hue angle of 350.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5243A is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 58 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.29 |
| HSL | 350.9º | 0.67% | 0.43% | - |
| HSV(B) | 350.9º | 0.8% | 0.71% | - |
| XYZ | 20.45 | 11.39 | 5.12 | - |
| YUV | 81.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 58 | 0 | 0.80 | 0.68 | 0.29 | 350.9 | 0.67 | 0.43 |
| Hex | B5 | 24 | 3A | 0 | 50 | 44 | 1D | 15F | 43 | 2B |
| Octal | 265 | 44 | 72 | 0 | 120 | 104 | 35 | 537 | 103 | 53 |
| Binary | 10110101 | 100100 | 111010 | 0 | 1010000 | 1000100 | 11101 | 101011111 | 1000011 | 101011 |
Color Harmonies of #B5243A
Complementary color
Monochromatic Colors of #B5243A
Black with #B5243A
Text Example
Text Example
White with #B5243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5243A; }
p { color: rgb(181,36,58); }
H1.HeaderClassName
{
color: #B5243A;
}
.AnyTagClassName
{
color: #B5243A;
}
</style>
background-color css
<style>
a { background-color: #B5243A; }
a { background-color: rgb(181,36,58); }
div.DivClassName
{
background-color: #B5243A;
}
.BgClassName
{
background-color: #B5243A;
}
</style>
border-color css
<style>
span { border-color: #B5243A; }
span { border-color: rgb(181,36,58); }
td.TdClassName
{
border-color: #B5243A;
}
.TagClassName
{
border-color: #B5243A;
}
</style>