Shades of Cardinal #BD2432
Tints of Cardinal #BD2432
RGB
CMYK
RGB Variations
Color information
#BD2432 (or 0xBD2432) is known color: Cardinal. HEX triplet: BD, 24 and 32. RGB value is (189,36,50). Sum of RGB (Red+Green+Blue) = 189+36+50=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2432 is #42DBCD. Grayscale: #535353. Windows color (decimal): -4381646 or 3286205. OLE color: 3286205.
HSL color Cylindrical-coordinate representation of color #BD2432: hue angle of 354.51º 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 #BD2432 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 50 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.26 |
| HSL | 354.51º | 0.68% | 0.44% | - |
| HSV(B) | 354.51º | 0.81% | 0.74% | - |
| XYZ | 22.19 | 12.31 | 4.22 | - |
| YUV | 83.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 50 | 0 | 0.81 | 0.74 | 0.26 | 354.51 | 0.68 | 0.44 |
| Hex | BD | 24 | 32 | 0 | 51 | 4A | 1A | 163 | 44 | 2C |
| Octal | 275 | 44 | 62 | 0 | 121 | 112 | 32 | 543 | 104 | 54 |
| Binary | 10111101 | 100100 | 110010 | 0 | 1010001 | 1001010 | 11010 | 101100011 | 1000100 | 101100 |
Color Harmonies of #BD2432
Complementary color
Monochromatic Colors of #BD2432
Black with #BD2432
Text Example
Text Example
White with #BD2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2432; }
p { color: rgb(189,36,50); }
H1.HeaderClassName
{
color: #BD2432;
}
.AnyTagClassName
{
color: #BD2432;
}
</style>
background-color css
<style>
a { background-color: #BD2432; }
a { background-color: rgb(189,36,50); }
div.DivClassName
{
background-color: #BD2432;
}
.BgClassName
{
background-color: #BD2432;
}
</style>
border-color css
<style>
span { border-color: #BD2432; }
span { border-color: rgb(189,36,50); }
td.TdClassName
{
border-color: #BD2432;
}
.TagClassName
{
border-color: #BD2432;
}
</style>