Shades of Cardinal #BD263E
Tints of Cardinal #BD263E
RGB
CMYK
RGB Variations
Color information
#BD263E (or 0xBD263E) is known color: Cardinal. HEX triplet: BD, 26 and 3E. RGB value is (189,38,62). Sum of RGB (Red+Green+Blue) = 189+38+62=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD263E is #42D9C1. Grayscale: #555555. Windows color (decimal): -4381122 or 4073149. OLE color: 4073149.
HSL color Cylindrical-coordinate representation of color #BD263E: hue angle of 350.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD263E is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 62 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.26 |
| HSL | 350.46º | 0.67% | 0.45% | - |
| HSV(B) | 350.46º | 0.8% | 0.74% | - |
| XYZ | 22.55 | 12.55 | 5.79 | - |
| YUV | 85.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 62 | 0 | 0.80 | 0.67 | 0.26 | 350.46 | 0.67 | 0.45 |
| Hex | BD | 26 | 3E | 0 | 50 | 43 | 1A | 15E | 43 | 2D |
| Octal | 275 | 46 | 76 | 0 | 120 | 103 | 32 | 536 | 103 | 55 |
| Binary | 10111101 | 100110 | 111110 | 0 | 1010000 | 1000011 | 11010 | 101011110 | 1000011 | 101101 |
Color Harmonies of #BD263E
Complementary color
Monochromatic Colors of #BD263E
Black with #BD263E
Text Example
Text Example
White with #BD263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD263E; }
p { color: rgb(189,38,62); }
H1.HeaderClassName
{
color: #BD263E;
}
.AnyTagClassName
{
color: #BD263E;
}
</style>
background-color css
<style>
a { background-color: #BD263E; }
a { background-color: rgb(189,38,62); }
div.DivClassName
{
background-color: #BD263E;
}
.BgClassName
{
background-color: #BD263E;
}
</style>
border-color css
<style>
span { border-color: #BD263E; }
span { border-color: rgb(189,38,62); }
td.TdClassName
{
border-color: #BD263E;
}
.TagClassName
{
border-color: #BD263E;
}
</style>