Shades of Cardinal #BD253C
Tints of Cardinal #BD253C
RGB
CMYK
RGB Variations
Color information
#BD253C (or 0xBD253C) is known color: Cardinal. HEX triplet: BD, 25 and 3C. RGB value is (189,37,60). Sum of RGB (Red+Green+Blue) = 189+37+60=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD253C is #42DAC3. Grayscale: #555555. Windows color (decimal): -4381380 or 3941821. OLE color: 3941821.
HSL color Cylindrical-coordinate representation of color #BD253C: hue angle of 350.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD253C is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 60 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.26 |
| HSL | 350.92º | 0.67% | 0.44% | - |
| HSV(B) | 350.92º | 0.8% | 0.74% | - |
| XYZ | 22.46 | 12.47 | 5.5 | - |
| YUV | 85.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 60 | 0 | 0.80 | 0.68 | 0.26 | 350.92 | 0.67 | 0.44 |
| Hex | BD | 25 | 3C | 0 | 50 | 44 | 1A | 15F | 43 | 2C |
| Octal | 275 | 45 | 74 | 0 | 120 | 104 | 32 | 537 | 103 | 54 |
| Binary | 10111101 | 100101 | 111100 | 0 | 1010000 | 1000100 | 11010 | 101011111 | 1000011 | 101100 |
Color Harmonies of #BD253C
Complementary color
Monochromatic Colors of #BD253C
Black with #BD253C
Text Example
Text Example
White with #BD253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD253C; }
p { color: rgb(189,37,60); }
H1.HeaderClassName
{
color: #BD253C;
}
.AnyTagClassName
{
color: #BD253C;
}
</style>
background-color css
<style>
a { background-color: #BD253C; }
a { background-color: rgb(189,37,60); }
div.DivClassName
{
background-color: #BD253C;
}
.BgClassName
{
background-color: #BD253C;
}
</style>
border-color css
<style>
span { border-color: #BD253C; }
span { border-color: rgb(189,37,60); }
td.TdClassName
{
border-color: #BD253C;
}
.TagClassName
{
border-color: #BD253C;
}
</style>