Shades of Cardinal #BD2735
Tints of Cardinal #BD2735
RGB
CMYK
RGB Variations
Color information
#BD2735 (or 0xBD2735) is known color: Cardinal. HEX triplet: BD, 27 and 35. RGB value is (189,39,53). Sum of RGB (Red+Green+Blue) = 189+39+53=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2735 is #42D8CA. Grayscale: #555555. Windows color (decimal): -4380875 or 3483581. OLE color: 3483581.
HSL color Cylindrical-coordinate representation of color #BD2735: hue angle of 354.4º degrees, saturation: 0.66, 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 #BD2735 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 53 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.26 |
| HSL | 354.4º | 0.66% | 0.45% | - |
| HSV(B) | 354.4º | 0.79% | 0.74% | - |
| XYZ | 22.35 | 12.53 | 4.61 | - |
| YUV | 85.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 53 | 0 | 0.79 | 0.72 | 0.26 | 354.4 | 0.66 | 0.45 |
| Hex | BD | 27 | 35 | 0 | 4F | 48 | 1A | 162 | 42 | 2D |
| Octal | 275 | 47 | 65 | 0 | 117 | 110 | 32 | 542 | 102 | 55 |
| Binary | 10111101 | 100111 | 110101 | 0 | 1001111 | 1001000 | 11010 | 101100010 | 1000010 | 101101 |
Color Harmonies of #BD2735
Complementary color
Monochromatic Colors of #BD2735
Black with #BD2735
Text Example
Text Example
White with #BD2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2735; }
p { color: rgb(189,39,53); }
H1.HeaderClassName
{
color: #BD2735;
}
.AnyTagClassName
{
color: #BD2735;
}
</style>
background-color css
<style>
a { background-color: #BD2735; }
a { background-color: rgb(189,39,53); }
div.DivClassName
{
background-color: #BD2735;
}
.BgClassName
{
background-color: #BD2735;
}
</style>
border-color css
<style>
span { border-color: #BD2735; }
span { border-color: rgb(189,39,53); }
td.TdClassName
{
border-color: #BD2735;
}
.TagClassName
{
border-color: #BD2735;
}
</style>