Shades of Cardinal #BD2733
Tints of Cardinal #BD2733
RGB
CMYK
RGB Variations
Color information
#BD2733 (or 0xBD2733) is known color: Cardinal. HEX triplet: BD, 27 and 33. RGB value is (189,39,51). Sum of RGB (Red+Green+Blue) = 189+39+51=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2733 is #42D8CC. Grayscale: #555555. Windows color (decimal): -4380877 or 3352509. OLE color: 3352509.
HSL color Cylindrical-coordinate representation of color #BD2733: hue angle of 355.2º 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 #BD2733 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 51 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.26 |
| HSL | 355.2º | 0.66% | 0.45% | - |
| HSV(B) | 355.2º | 0.79% | 0.74% | - |
| XYZ | 22.31 | 12.51 | 4.37 | - |
| YUV | 85.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 51 | 0 | 0.79 | 0.73 | 0.26 | 355.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 33 | 0 | 4F | 49 | 1A | 163 | 42 | 2D |
| Octal | 275 | 47 | 63 | 0 | 117 | 111 | 32 | 543 | 102 | 55 |
| Binary | 10111101 | 100111 | 110011 | 0 | 1001111 | 1001001 | 11010 | 101100011 | 1000010 | 101101 |
Color Harmonies of #BD2733
Complementary color
Monochromatic Colors of #BD2733
Black with #BD2733
Text Example
Text Example
White with #BD2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2733; }
p { color: rgb(189,39,51); }
H1.HeaderClassName
{
color: #BD2733;
}
.AnyTagClassName
{
color: #BD2733;
}
</style>
background-color css
<style>
a { background-color: #BD2733; }
a { background-color: rgb(189,39,51); }
div.DivClassName
{
background-color: #BD2733;
}
.BgClassName
{
background-color: #BD2733;
}
</style>
border-color css
<style>
span { border-color: #BD2733; }
span { border-color: rgb(189,39,51); }
td.TdClassName
{
border-color: #BD2733;
}
.TagClassName
{
border-color: #BD2733;
}
</style>