Shades of Cardinal #BD2935
Tints of Cardinal #BD2935
RGB
CMYK
RGB Variations
Color information
#BD2935 (or 0xBD2935) is known color: Cardinal. HEX triplet: BD, 29 and 35. RGB value is (189,41,53). Sum of RGB (Red+Green+Blue) = 189+41+53=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2935 is #42D6CA. Grayscale: #565656. Windows color (decimal): -4380363 or 3484093. OLE color: 3484093.
HSL color Cylindrical-coordinate representation of color #BD2935: hue angle of 355.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2935 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 53 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.26 |
| HSL | 355.14º | 0.64% | 0.45% | - |
| HSV(B) | 355.14º | 0.78% | 0.74% | - |
| XYZ | 22.42 | 12.66 | 4.63 | - |
| YUV | 86.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 53 | 0 | 0.78 | 0.72 | 0.26 | 355.14 | 0.64 | 0.45 |
| Hex | BD | 29 | 35 | 0 | 4E | 48 | 1A | 163 | 40 | 2D |
| Octal | 275 | 51 | 65 | 0 | 116 | 110 | 32 | 543 | 100 | 55 |
| Binary | 10111101 | 101001 | 110101 | 0 | 1001110 | 1001000 | 11010 | 101100011 | 1000000 | 101101 |
Color Harmonies of #BD2935
Complementary color
Monochromatic Colors of #BD2935
Black with #BD2935
Text Example
Text Example
White with #BD2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2935; }
p { color: rgb(189,41,53); }
H1.HeaderClassName
{
color: #BD2935;
}
.AnyTagClassName
{
color: #BD2935;
}
</style>
background-color css
<style>
a { background-color: #BD2935; }
a { background-color: rgb(189,41,53); }
div.DivClassName
{
background-color: #BD2935;
}
.BgClassName
{
background-color: #BD2935;
}
</style>
border-color css
<style>
span { border-color: #BD2935; }
span { border-color: rgb(189,41,53); }
td.TdClassName
{
border-color: #BD2935;
}
.TagClassName
{
border-color: #BD2935;
}
</style>