Shades of Cardinal #BD263A
Tints of Cardinal #BD263A
RGB
CMYK
RGB Variations
Color information
#BD263A (or 0xBD263A) is known color: Cardinal. HEX triplet: BD, 26 and 3A. RGB value is (189,38,58). Sum of RGB (Red+Green+Blue) = 189+38+58=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD263A is #42D9C5. Grayscale: #555555. Windows color (decimal): -4381126 or 3811005. OLE color: 3811005.
HSL color Cylindrical-coordinate representation of color #BD263A: hue angle of 352.05º 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 #BD263A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 58 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.26 |
| HSL | 352.05º | 0.67% | 0.45% | - |
| HSV(B) | 352.05º | 0.8% | 0.74% | - |
| XYZ | 22.44 | 12.51 | 5.23 | - |
| YUV | 85.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 58 | 0 | 0.80 | 0.69 | 0.26 | 352.05 | 0.67 | 0.45 |
| Hex | BD | 26 | 3A | 0 | 50 | 45 | 1A | 160 | 43 | 2D |
| Octal | 275 | 46 | 72 | 0 | 120 | 105 | 32 | 540 | 103 | 55 |
| Binary | 10111101 | 100110 | 111010 | 0 | 1010000 | 1000101 | 11010 | 101100000 | 1000011 | 101101 |
Color Harmonies of #BD263A
Complementary color
Monochromatic Colors of #BD263A
Black with #BD263A
Text Example
Text Example
White with #BD263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD263A; }
p { color: rgb(189,38,58); }
H1.HeaderClassName
{
color: #BD263A;
}
.AnyTagClassName
{
color: #BD263A;
}
</style>
background-color css
<style>
a { background-color: #BD263A; }
a { background-color: rgb(189,38,58); }
div.DivClassName
{
background-color: #BD263A;
}
.BgClassName
{
background-color: #BD263A;
}
</style>
border-color css
<style>
span { border-color: #BD263A; }
span { border-color: rgb(189,38,58); }
td.TdClassName
{
border-color: #BD263A;
}
.TagClassName
{
border-color: #BD263A;
}
</style>