Shades of Cardinal #B5242F
Tints of Cardinal #B5242F
RGB
CMYK
RGB Variations
Color information
#B5242F (or 0xB5242F) is known color: Cardinal. HEX triplet: B5, 24 and 2F. RGB value is (181,36,47). Sum of RGB (Red+Green+Blue) = 181+36+47=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5242F is #4ADBD0. Grayscale: #505050. Windows color (decimal): -4905937 or 3089589. OLE color: 3089589.
HSL color Cylindrical-coordinate representation of color #B5242F: hue angle of 355.45º 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 #B5242F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 47 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.29 |
| HSL | 355.45º | 0.67% | 0.43% | - |
| HSV(B) | 355.45º | 0.8% | 0.71% | - |
| XYZ | 20.2 | 11.29 | 3.8 | - |
| YUV | 80.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 47 | 0 | 0.80 | 0.74 | 0.29 | 355.45 | 0.67 | 0.43 |
| Hex | B5 | 24 | 2F | 0 | 50 | 4A | 1D | 163 | 43 | 2B |
| Octal | 265 | 44 | 57 | 0 | 120 | 112 | 35 | 543 | 103 | 53 |
| Binary | 10110101 | 100100 | 101111 | 0 | 1010000 | 1001010 | 11101 | 101100011 | 1000011 | 101011 |
Color Harmonies of #B5242F
Complementary color
Monochromatic Colors of #B5242F
Black with #B5242F
Text Example
Text Example
White with #B5242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5242F; }
p { color: rgb(181,36,47); }
H1.HeaderClassName
{
color: #B5242F;
}
.AnyTagClassName
{
color: #B5242F;
}
</style>
background-color css
<style>
a { background-color: #B5242F; }
a { background-color: rgb(181,36,47); }
div.DivClassName
{
background-color: #B5242F;
}
.BgClassName
{
background-color: #B5242F;
}
</style>
border-color css
<style>
span { border-color: #B5242F; }
span { border-color: rgb(181,36,47); }
td.TdClassName
{
border-color: #B5242F;
}
.TagClassName
{
border-color: #B5242F;
}
</style>