Shades of Cardinal #BD2831
Tints of Cardinal #BD2831
RGB
CMYK
RGB Variations
Color information
#BD2831 (or 0xBD2831) is known color: Cardinal. HEX triplet: BD, 28 and 31. RGB value is (189,40,49). Sum of RGB (Red+Green+Blue) = 189+40+49=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2831 is #42D7CE. Grayscale: #555555. Windows color (decimal): -4380623 or 3221693. OLE color: 3221693.
HSL color Cylindrical-coordinate representation of color #BD2831: hue angle of 356.38º 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 #BD2831 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 49 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.26 |
| HSL | 356.38º | 0.65% | 0.45% | - |
| HSV(B) | 356.38º | 0.79% | 0.74% | - |
| XYZ | 22.3 | 12.56 | 4.15 | - |
| YUV | 85.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 49 | 0 | 0.79 | 0.74 | 0.26 | 356.38 | 0.65 | 0.45 |
| Hex | BD | 28 | 31 | 0 | 4F | 4A | 1A | 164 | 41 | 2D |
| Octal | 275 | 50 | 61 | 0 | 117 | 112 | 32 | 544 | 101 | 55 |
| Binary | 10111101 | 101000 | 110001 | 0 | 1001111 | 1001010 | 11010 | 101100100 | 1000001 | 101101 |
Color Harmonies of #BD2831
Complementary color
Monochromatic Colors of #BD2831
Black with #BD2831
Text Example
Text Example
White with #BD2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2831; }
p { color: rgb(189,40,49); }
H1.HeaderClassName
{
color: #BD2831;
}
.AnyTagClassName
{
color: #BD2831;
}
</style>
background-color css
<style>
a { background-color: #BD2831; }
a { background-color: rgb(189,40,49); }
div.DivClassName
{
background-color: #BD2831;
}
.BgClassName
{
background-color: #BD2831;
}
</style>
border-color css
<style>
span { border-color: #BD2831; }
span { border-color: rgb(189,40,49); }
td.TdClassName
{
border-color: #BD2831;
}
.TagClassName
{
border-color: #BD2831;
}
</style>