Shades of Cardinal #BD253A
Tints of Cardinal #BD253A
RGB
CMYK
RGB Variations
Color information
#BD253A (or 0xBD253A) is known color: Cardinal. HEX triplet: BD, 25 and 3A. RGB value is (189,37,58). Sum of RGB (Red+Green+Blue) = 189+37+58=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD253A is #42DAC5. Grayscale: #545454. Windows color (decimal): -4381382 or 3810749. OLE color: 3810749.
HSL color Cylindrical-coordinate representation of color #BD253A: hue angle of 351.71º 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 #BD253A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 58 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.26 |
| HSL | 351.71º | 0.67% | 0.44% | - |
| HSV(B) | 351.71º | 0.8% | 0.74% | - |
| XYZ | 22.41 | 12.45 | 5.22 | - |
| YUV | 84.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 58 | 0 | 0.80 | 0.69 | 0.26 | 351.71 | 0.67 | 0.44 |
| Hex | BD | 25 | 3A | 0 | 50 | 45 | 1A | 160 | 43 | 2C |
| Octal | 275 | 45 | 72 | 0 | 120 | 105 | 32 | 540 | 103 | 54 |
| Binary | 10111101 | 100101 | 111010 | 0 | 1010000 | 1000101 | 11010 | 101100000 | 1000011 | 101100 |
Color Harmonies of #BD253A
Complementary color
Monochromatic Colors of #BD253A
Black with #BD253A
Text Example
Text Example
White with #BD253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD253A; }
p { color: rgb(189,37,58); }
H1.HeaderClassName
{
color: #BD253A;
}
.AnyTagClassName
{
color: #BD253A;
}
</style>
background-color css
<style>
a { background-color: #BD253A; }
a { background-color: rgb(189,37,58); }
div.DivClassName
{
background-color: #BD253A;
}
.BgClassName
{
background-color: #BD253A;
}
</style>
border-color css
<style>
span { border-color: #BD253A; }
span { border-color: rgb(189,37,58); }
td.TdClassName
{
border-color: #BD253A;
}
.TagClassName
{
border-color: #BD253A;
}
</style>