Shades of Cardinal #BD2933
Tints of Cardinal #BD2933
RGB
CMYK
RGB Variations
Color information
#BD2933 (or 0xBD2933) is known color: Cardinal. HEX triplet: BD, 29 and 33. RGB value is (189,41,51). Sum of RGB (Red+Green+Blue) = 189+41+51=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2933 is #42D6CC. Grayscale: #565656. Windows color (decimal): -4380365 or 3353021. OLE color: 3353021.
HSL color Cylindrical-coordinate representation of color #BD2933: hue angle of 355.95º 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 #BD2933 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 51 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.26 |
| HSL | 355.95º | 0.64% | 0.45% | - |
| HSV(B) | 355.95º | 0.78% | 0.74% | - |
| XYZ | 22.38 | 12.64 | 4.39 | - |
| YUV | 86.39 | 108.03 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 51 | 0 | 0.78 | 0.73 | 0.26 | 355.95 | 0.64 | 0.45 |
| Hex | BD | 29 | 33 | 0 | 4E | 49 | 1A | 164 | 40 | 2D |
| Octal | 275 | 51 | 63 | 0 | 116 | 111 | 32 | 544 | 100 | 55 |
| Binary | 10111101 | 101001 | 110011 | 0 | 1001110 | 1001001 | 11010 | 101100100 | 1000000 | 101101 |
Color Harmonies of #BD2933
Complementary color
Monochromatic Colors of #BD2933
Black with #BD2933
Text Example
Text Example
White with #BD2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2933; }
p { color: rgb(189,41,51); }
H1.HeaderClassName
{
color: #BD2933;
}
.AnyTagClassName
{
color: #BD2933;
}
</style>
background-color css
<style>
a { background-color: #BD2933; }
a { background-color: rgb(189,41,51); }
div.DivClassName
{
background-color: #BD2933;
}
.BgClassName
{
background-color: #BD2933;
}
</style>
border-color css
<style>
span { border-color: #BD2933; }
span { border-color: rgb(189,41,51); }
td.TdClassName
{
border-color: #BD2933;
}
.TagClassName
{
border-color: #BD2933;
}
</style>