Shades of Cardinal #BD253D
Tints of Cardinal #BD253D
RGB
CMYK
RGB Variations
Color information
#BD253D (or 0xBD253D) is known color: Cardinal. HEX triplet: BD, 25 and 3D. RGB value is (189,37,61). Sum of RGB (Red+Green+Blue) = 189+37+61=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD253D is #42DAC2. Grayscale: #555555. Windows color (decimal): -4381379 or 4007357. OLE color: 4007357.
HSL color Cylindrical-coordinate representation of color #BD253D: hue angle of 350.53º 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 #BD253D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 61 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.26 |
| HSL | 350.53º | 0.67% | 0.44% | - |
| HSV(B) | 350.53º | 0.8% | 0.74% | - |
| XYZ | 22.49 | 12.48 | 5.64 | - |
| YUV | 85.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 61 | 0 | 0.80 | 0.68 | 0.26 | 350.53 | 0.67 | 0.44 |
| Hex | BD | 25 | 3D | 0 | 50 | 44 | 1A | 15F | 43 | 2C |
| Octal | 275 | 45 | 75 | 0 | 120 | 104 | 32 | 537 | 103 | 54 |
| Binary | 10111101 | 100101 | 111101 | 0 | 1010000 | 1000100 | 11010 | 101011111 | 1000011 | 101100 |
Color Harmonies of #BD253D
Complementary color
Monochromatic Colors of #BD253D
Black with #BD253D
Text Example
Text Example
White with #BD253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD253D; }
p { color: rgb(189,37,61); }
H1.HeaderClassName
{
color: #BD253D;
}
.AnyTagClassName
{
color: #BD253D;
}
</style>
background-color css
<style>
a { background-color: #BD253D; }
a { background-color: rgb(189,37,61); }
div.DivClassName
{
background-color: #BD253D;
}
.BgClassName
{
background-color: #BD253D;
}
</style>
border-color css
<style>
span { border-color: #BD253D; }
span { border-color: rgb(189,37,61); }
td.TdClassName
{
border-color: #BD253D;
}
.TagClassName
{
border-color: #BD253D;
}
</style>