Shades of Cardinal #BD253F
Tints of Cardinal #BD253F
RGB
CMYK
RGB Variations
Color information
#BD253F (or 0xBD253F) is known color: Cardinal. HEX triplet: BD, 25 and 3F. RGB value is (189,37,63). Sum of RGB (Red+Green+Blue) = 189+37+63=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD253F is #42DAC0. Grayscale: #555555. Windows color (decimal): -4381377 or 4138429. OLE color: 4138429.
HSL color Cylindrical-coordinate representation of color #BD253F: hue angle of 349.74º 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 #BD253F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 63 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.26 |
| HSL | 349.74º | 0.67% | 0.44% | - |
| HSV(B) | 349.74º | 0.8% | 0.74% | - |
| XYZ | 22.55 | 12.5 | 5.93 | - |
| YUV | 85.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 63 | 0 | 0.80 | 0.67 | 0.26 | 349.74 | 0.67 | 0.44 |
| Hex | BD | 25 | 3F | 0 | 50 | 43 | 1A | 15E | 43 | 2C |
| Octal | 275 | 45 | 77 | 0 | 120 | 103 | 32 | 536 | 103 | 54 |
| Binary | 10111101 | 100101 | 111111 | 0 | 1010000 | 1000011 | 11010 | 101011110 | 1000011 | 101100 |
Color Harmonies of #BD253F
Complementary color
Monochromatic Colors of #BD253F
Black with #BD253F
Text Example
Text Example
White with #BD253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD253F; }
p { color: rgb(189,37,63); }
H1.HeaderClassName
{
color: #BD253F;
}
.AnyTagClassName
{
color: #BD253F;
}
</style>
background-color css
<style>
a { background-color: #BD253F; }
a { background-color: rgb(189,37,63); }
div.DivClassName
{
background-color: #BD253F;
}
.BgClassName
{
background-color: #BD253F;
}
</style>
border-color css
<style>
span { border-color: #BD253F; }
span { border-color: rgb(189,37,63); }
td.TdClassName
{
border-color: #BD253F;
}
.TagClassName
{
border-color: #BD253F;
}
</style>