Shades of Cardinal #BD0632
Tints of Cardinal #BD0632
RGB
CMYK
RGB Variations
Color information
#BD0632 (or 0xBD0632) is known color: Cardinal. HEX triplet: BD, 06 and 32. RGB value is (189,6,50). Sum of RGB (Red+Green+Blue) = 189+6+50=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0632 is #42F9CD. Grayscale: #414141. Windows color (decimal): -4389326 or 3278525. OLE color: 3278525.
HSL color Cylindrical-coordinate representation of color #BD0632: hue angle of 345.57º degrees, saturation: 0.94, 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 #BD0632 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.26 |
| HSL | 345.57º | 0.94% | 0.38% | - |
| HSV(B) | 345.57º | 0.97% | 0.74% | - |
| XYZ | 21.63 | 11.18 | 4.04 | - |
| YUV | 65.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 50 | 0 | 0.97 | 0.74 | 0.26 | 345.57 | 0.94 | 0.38 |
| Hex | BD | 6 | 32 | 0 | 61 | 4A | 1A | 15A | 5E | 26 |
| Octal | 275 | 6 | 62 | 0 | 141 | 112 | 32 | 532 | 136 | 46 |
| Binary | 10111101 | 110 | 110010 | 0 | 1100001 | 1001010 | 11010 | 101011010 | 1011110 | 100110 |
Color Harmonies of #BD0632
Complementary color
Monochromatic Colors of #BD0632
Black with #BD0632
Text Example
Text Example
White with #BD0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0632; }
p { color: rgb(189,6,50); }
H1.HeaderClassName
{
color: #BD0632;
}
.AnyTagClassName
{
color: #BD0632;
}
</style>
background-color css
<style>
a { background-color: #BD0632; }
a { background-color: rgb(189,6,50); }
div.DivClassName
{
background-color: #BD0632;
}
.BgClassName
{
background-color: #BD0632;
}
</style>
border-color css
<style>
span { border-color: #BD0632; }
span { border-color: rgb(189,6,50); }
td.TdClassName
{
border-color: #BD0632;
}
.TagClassName
{
border-color: #BD0632;
}
</style>