Shades of Cardinal #BD0533
Tints of Cardinal #BD0533
RGB
CMYK
RGB Variations
Color information
#BD0533 (or 0xBD0533) is known color: Cardinal. HEX triplet: BD, 05 and 33. RGB value is (189,5,51). Sum of RGB (Red+Green+Blue) = 189+5+51=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0533 is #42FACC. Grayscale: #414141. Windows color (decimal): -4389581 or 3343805. OLE color: 3343805.
HSL color Cylindrical-coordinate representation of color #BD0533: hue angle of 345º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0533 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.26 |
| HSL | 345º | 0.95% | 0.38% | - |
| HSV(B) | 345º | 0.97% | 0.74% | - |
| XYZ | 21.64 | 11.17 | 4.15 | - |
| YUV | 65.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 51 | 0 | 0.97 | 0.73 | 0.26 | 345 | 0.95 | 0.38 |
| Hex | BD | 5 | 33 | 0 | 61 | 49 | 1A | 159 | 5F | 26 |
| Octal | 275 | 5 | 63 | 0 | 141 | 111 | 32 | 531 | 137 | 46 |
| Binary | 10111101 | 101 | 110011 | 0 | 1100001 | 1001001 | 11010 | 101011001 | 1011111 | 100110 |
Color Harmonies of #BD0533
Complementary color
Monochromatic Colors of #BD0533
Black with #BD0533
Text Example
Text Example
White with #BD0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0533; }
p { color: rgb(189,5,51); }
H1.HeaderClassName
{
color: #BD0533;
}
.AnyTagClassName
{
color: #BD0533;
}
</style>
background-color css
<style>
a { background-color: #BD0533; }
a { background-color: rgb(189,5,51); }
div.DivClassName
{
background-color: #BD0533;
}
.BgClassName
{
background-color: #BD0533;
}
</style>
border-color css
<style>
span { border-color: #BD0533; }
span { border-color: rgb(189,5,51); }
td.TdClassName
{
border-color: #BD0533;
}
.TagClassName
{
border-color: #BD0533;
}
</style>