Shades of Cardinal #B5243B
Tints of Cardinal #B5243B
RGB
CMYK
RGB Variations
Color information
#B5243B (or 0xB5243B) is known color: Cardinal. HEX triplet: B5, 24 and 3B. RGB value is (181,36,59). Sum of RGB (Red+Green+Blue) = 181+36+59=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5243B is #4ADBC4. Grayscale: #525252. Windows color (decimal): -4905925 or 3876021. OLE color: 3876021.
HSL color Cylindrical-coordinate representation of color #B5243B: hue angle of 350.48º 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 #B5243B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 59 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.29 |
| HSL | 350.48º | 0.67% | 0.43% | - |
| HSV(B) | 350.48º | 0.8% | 0.71% | - |
| XYZ | 20.48 | 11.4 | 5.26 | - |
| YUV | 81.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 59 | 0 | 0.80 | 0.67 | 0.29 | 350.48 | 0.67 | 0.43 |
| Hex | B5 | 24 | 3B | 0 | 50 | 43 | 1D | 15E | 43 | 2B |
| Octal | 265 | 44 | 73 | 0 | 120 | 103 | 35 | 536 | 103 | 53 |
| Binary | 10110101 | 100100 | 111011 | 0 | 1010000 | 1000011 | 11101 | 101011110 | 1000011 | 101011 |
Color Harmonies of #B5243B
Complementary color
Monochromatic Colors of #B5243B
Black with #B5243B
Text Example
Text Example
White with #B5243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5243B; }
p { color: rgb(181,36,59); }
H1.HeaderClassName
{
color: #B5243B;
}
.AnyTagClassName
{
color: #B5243B;
}
</style>
background-color css
<style>
a { background-color: #B5243B; }
a { background-color: rgb(181,36,59); }
div.DivClassName
{
background-color: #B5243B;
}
.BgClassName
{
background-color: #B5243B;
}
</style>
border-color css
<style>
span { border-color: #B5243B; }
span { border-color: rgb(181,36,59); }
td.TdClassName
{
border-color: #B5243B;
}
.TagClassName
{
border-color: #B5243B;
}
</style>