Shades of Cardinal #BD2531
Tints of Cardinal #BD2531
RGB
CMYK
RGB Variations
Color information
#BD2531 (or 0xBD2531) is known color: Cardinal. HEX triplet: BD, 25 and 31. RGB value is (189,37,49). Sum of RGB (Red+Green+Blue) = 189+37+49=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2531 is #42DACE. Grayscale: #535353. Windows color (decimal): -4381391 or 3220925. OLE color: 3220925.
HSL color Cylindrical-coordinate representation of color #BD2531: hue angle of 355.26º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2531 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 49 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.26 |
| HSL | 355.26º | 0.67% | 0.44% | - |
| HSV(B) | 355.26º | 0.8% | 0.74% | - |
| XYZ | 22.2 | 12.36 | 4.12 | - |
| YUV | 83.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 49 | 0 | 0.80 | 0.74 | 0.26 | 355.26 | 0.67 | 0.44 |
| Hex | BD | 25 | 31 | 0 | 50 | 4A | 1A | 163 | 43 | 2C |
| Octal | 275 | 45 | 61 | 0 | 120 | 112 | 32 | 543 | 103 | 54 |
| Binary | 10111101 | 100101 | 110001 | 0 | 1010000 | 1001010 | 11010 | 101100011 | 1000011 | 101100 |
Color Harmonies of #BD2531
Complementary color
Monochromatic Colors of #BD2531
Black with #BD2531
Text Example
Text Example
White with #BD2531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2531; }
p { color: rgb(189,37,49); }
H1.HeaderClassName
{
color: #BD2531;
}
.AnyTagClassName
{
color: #BD2531;
}
</style>
background-color css
<style>
a { background-color: #BD2531; }
a { background-color: rgb(189,37,49); }
div.DivClassName
{
background-color: #BD2531;
}
.BgClassName
{
background-color: #BD2531;
}
</style>
border-color css
<style>
span { border-color: #BD2531; }
span { border-color: rgb(189,37,49); }
td.TdClassName
{
border-color: #BD2531;
}
.TagClassName
{
border-color: #BD2531;
}
</style>