Shades of Cardinal #BD2833
Tints of Cardinal #BD2833
RGB
CMYK
RGB Variations
Color information
#BD2833 (or 0xBD2833) is known color: Cardinal. HEX triplet: BD, 28 and 33. RGB value is (189,40,51). Sum of RGB (Red+Green+Blue) = 189+40+51=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2833 is #42D7CC. Grayscale: #555555. Windows color (decimal): -4380621 or 3352765. OLE color: 3352765.
HSL color Cylindrical-coordinate representation of color #BD2833: hue angle of 355.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2833 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 51 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.26 |
| HSL | 355.57º | 0.65% | 0.45% | - |
| HSV(B) | 355.57º | 0.79% | 0.74% | - |
| XYZ | 22.34 | 12.58 | 4.38 | - |
| YUV | 85.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 51 | 0 | 0.79 | 0.73 | 0.26 | 355.57 | 0.65 | 0.45 |
| Hex | BD | 28 | 33 | 0 | 4F | 49 | 1A | 164 | 41 | 2D |
| Octal | 275 | 50 | 63 | 0 | 117 | 111 | 32 | 544 | 101 | 55 |
| Binary | 10111101 | 101000 | 110011 | 0 | 1001111 | 1001001 | 11010 | 101100100 | 1000001 | 101101 |
Color Harmonies of #BD2833
Complementary color
Monochromatic Colors of #BD2833
Black with #BD2833
Text Example
Text Example
White with #BD2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2833; }
p { color: rgb(189,40,51); }
H1.HeaderClassName
{
color: #BD2833;
}
.AnyTagClassName
{
color: #BD2833;
}
</style>
background-color css
<style>
a { background-color: #BD2833; }
a { background-color: rgb(189,40,51); }
div.DivClassName
{
background-color: #BD2833;
}
.BgClassName
{
background-color: #BD2833;
}
</style>
border-color css
<style>
span { border-color: #BD2833; }
span { border-color: rgb(189,40,51); }
td.TdClassName
{
border-color: #BD2833;
}
.TagClassName
{
border-color: #BD2833;
}
</style>