Shades of Cardinal #BD263F
Tints of Cardinal #BD263F
RGB
CMYK
RGB Variations
Color information
#BD263F (or 0xBD263F) is known color: Cardinal. HEX triplet: BD, 26 and 3F. RGB value is (189,38,63). Sum of RGB (Red+Green+Blue) = 189+38+63=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD263F is #42D9C0. Grayscale: #565656. Windows color (decimal): -4381121 or 4138685. OLE color: 4138685.
HSL color Cylindrical-coordinate representation of color #BD263F: hue angle of 350.07º 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 #BD263F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 63 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.26 |
| HSL | 350.07º | 0.67% | 0.45% | - |
| HSV(B) | 350.07º | 0.8% | 0.74% | - |
| XYZ | 22.58 | 12.56 | 5.94 | - |
| YUV | 86 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 63 | 0 | 0.80 | 0.67 | 0.26 | 350.07 | 0.67 | 0.45 |
| Hex | BD | 26 | 3F | 0 | 50 | 43 | 1A | 15E | 43 | 2D |
| Octal | 275 | 46 | 77 | 0 | 120 | 103 | 32 | 536 | 103 | 55 |
| Binary | 10111101 | 100110 | 111111 | 0 | 1010000 | 1000011 | 11010 | 101011110 | 1000011 | 101101 |
Color Harmonies of #BD263F
Complementary color
Monochromatic Colors of #BD263F
Black with #BD263F
Text Example
Text Example
White with #BD263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD263F; }
p { color: rgb(189,38,63); }
H1.HeaderClassName
{
color: #BD263F;
}
.AnyTagClassName
{
color: #BD263F;
}
</style>
background-color css
<style>
a { background-color: #BD263F; }
a { background-color: rgb(189,38,63); }
div.DivClassName
{
background-color: #BD263F;
}
.BgClassName
{
background-color: #BD263F;
}
</style>
border-color css
<style>
span { border-color: #BD263F; }
span { border-color: rgb(189,38,63); }
td.TdClassName
{
border-color: #BD263F;
}
.TagClassName
{
border-color: #BD263F;
}
</style>