Shades of Cardinal #BD023C
Tints of Cardinal #BD023C
RGB
CMYK
RGB Variations
Color information
#BD023C (or 0xBD023C) is known color: Cardinal. HEX triplet: BD, 02 and 3C. RGB value is (189,2,60). Sum of RGB (Red+Green+Blue) = 189+2+60=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD023C is #42FDC3. Grayscale: #404040. Windows color (decimal): -4390340 or 3932861. OLE color: 3932861.
HSL color Cylindrical-coordinate representation of color #BD023C: hue angle of 341.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD023C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.26 |
| HSL | 341.39º | 0.98% | 0.37% | - |
| HSV(B) | 341.39º | 0.99% | 0.74% | - |
| XYZ | 21.82 | 11.19 | 5.28 | - |
| YUV | 64.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 60 | 0 | 0.99 | 0.68 | 0.26 | 341.39 | 0.98 | 0.37 |
| Hex | BD | 2 | 3C | 0 | 63 | 44 | 1A | 155 | 62 | 25 |
| Octal | 275 | 2 | 74 | 0 | 143 | 104 | 32 | 525 | 142 | 45 |
| Binary | 10111101 | 10 | 111100 | 0 | 1100011 | 1000100 | 11010 | 101010101 | 1100010 | 100101 |
Color Harmonies of #BD023C
Complementary color
Monochromatic Colors of #BD023C
Black with #BD023C
Text Example
Text Example
White with #BD023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD023C; }
p { color: rgb(189,2,60); }
H1.HeaderClassName
{
color: #BD023C;
}
.AnyTagClassName
{
color: #BD023C;
}
</style>
background-color css
<style>
a { background-color: #BD023C; }
a { background-color: rgb(189,2,60); }
div.DivClassName
{
background-color: #BD023C;
}
.BgClassName
{
background-color: #BD023C;
}
</style>
border-color css
<style>
span { border-color: #BD023C; }
span { border-color: rgb(189,2,60); }
td.TdClassName
{
border-color: #BD023C;
}
.TagClassName
{
border-color: #BD023C;
}
</style>