Shades of Cardinal #BD242F
Tints of Cardinal #BD242F
RGB
CMYK
RGB Variations
Color information
#BD242F (or 0xBD242F) is known color: Cardinal. HEX triplet: BD, 24 and 2F. RGB value is (189,36,47). Sum of RGB (Red+Green+Blue) = 189+36+47=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD242F is #42DBD0. Grayscale: #535353. Windows color (decimal): -4381649 or 3089597. OLE color: 3089597.
HSL color Cylindrical-coordinate representation of color #BD242F: hue angle of 355.69º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD242F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 47 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.26 |
| HSL | 355.69º | 0.68% | 0.44% | - |
| HSV(B) | 355.69º | 0.81% | 0.74% | - |
| XYZ | 22.13 | 12.29 | 3.89 | - |
| YUV | 83 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 47 | 0 | 0.81 | 0.75 | 0.26 | 355.69 | 0.68 | 0.44 |
| Hex | BD | 24 | 2F | 0 | 51 | 4B | 1A | 164 | 44 | 2C |
| Octal | 275 | 44 | 57 | 0 | 121 | 113 | 32 | 544 | 104 | 54 |
| Binary | 10111101 | 100100 | 101111 | 0 | 1010001 | 1001011 | 11010 | 101100100 | 1000100 | 101100 |
Color Harmonies of #BD242F
Complementary color
Monochromatic Colors of #BD242F
Black with #BD242F
Text Example
Text Example
White with #BD242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD242F; }
p { color: rgb(189,36,47); }
H1.HeaderClassName
{
color: #BD242F;
}
.AnyTagClassName
{
color: #BD242F;
}
</style>
background-color css
<style>
a { background-color: #BD242F; }
a { background-color: rgb(189,36,47); }
div.DivClassName
{
background-color: #BD242F;
}
.BgClassName
{
background-color: #BD242F;
}
</style>
border-color css
<style>
span { border-color: #BD242F; }
span { border-color: rgb(189,36,47); }
td.TdClassName
{
border-color: #BD242F;
}
.TagClassName
{
border-color: #BD242F;
}
</style>