Shades of Cardinal #B5242D
Tints of Cardinal #B5242D
RGB
CMYK
RGB Variations
Color information
#B5242D (or 0xB5242D) is known color: Cardinal. HEX triplet: B5, 24 and 2D. RGB value is (181,36,45). Sum of RGB (Red+Green+Blue) = 181+36+45=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5242D is #4ADBD2. Grayscale: #505050. Windows color (decimal): -4905939 or 2958517. OLE color: 2958517.
HSL color Cylindrical-coordinate representation of color #B5242D: hue angle of 356.28º 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 #B5242D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 45 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.29 |
| HSL | 356.28º | 0.67% | 0.43% | - |
| HSV(B) | 356.28º | 0.8% | 0.71% | - |
| XYZ | 20.16 | 11.27 | 3.6 | - |
| YUV | 80.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 45 | 0 | 0.80 | 0.75 | 0.29 | 356.28 | 0.67 | 0.43 |
| Hex | B5 | 24 | 2D | 0 | 50 | 4B | 1D | 164 | 43 | 2B |
| Octal | 265 | 44 | 55 | 0 | 120 | 113 | 35 | 544 | 103 | 53 |
| Binary | 10110101 | 100100 | 101101 | 0 | 1010000 | 1001011 | 11101 | 101100100 | 1000011 | 101011 |
Color Harmonies of #B5242D
Complementary color
Monochromatic Colors of #B5242D
Black with #B5242D
Text Example
Text Example
White with #B5242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5242D; }
p { color: rgb(181,36,45); }
H1.HeaderClassName
{
color: #B5242D;
}
.AnyTagClassName
{
color: #B5242D;
}
</style>
background-color css
<style>
a { background-color: #B5242D; }
a { background-color: rgb(181,36,45); }
div.DivClassName
{
background-color: #B5242D;
}
.BgClassName
{
background-color: #B5242D;
}
</style>
border-color css
<style>
span { border-color: #B5242D; }
span { border-color: rgb(181,36,45); }
td.TdClassName
{
border-color: #B5242D;
}
.TagClassName
{
border-color: #B5242D;
}
</style>