Shades of Cardinal #BD263D
Tints of Cardinal #BD263D
RGB
CMYK
RGB Variations
Color information
#BD263D (or 0xBD263D) is known color: Cardinal. HEX triplet: BD, 26 and 3D. RGB value is (189,38,61). Sum of RGB (Red+Green+Blue) = 189+38+61=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD263D is #42D9C2. Grayscale: #555555. Windows color (decimal): -4381123 or 4007613. OLE color: 4007613.
HSL color Cylindrical-coordinate representation of color #BD263D: hue angle of 350.86º 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 #BD263D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 61 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.26 |
| HSL | 350.86º | 0.67% | 0.45% | - |
| HSV(B) | 350.86º | 0.8% | 0.74% | - |
| XYZ | 22.52 | 12.54 | 5.65 | - |
| YUV | 85.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 61 | 0 | 0.80 | 0.68 | 0.26 | 350.86 | 0.67 | 0.45 |
| Hex | BD | 26 | 3D | 0 | 50 | 44 | 1A | 15F | 43 | 2D |
| Octal | 275 | 46 | 75 | 0 | 120 | 104 | 32 | 537 | 103 | 55 |
| Binary | 10111101 | 100110 | 111101 | 0 | 1010000 | 1000100 | 11010 | 101011111 | 1000011 | 101101 |
Color Harmonies of #BD263D
Complementary color
Monochromatic Colors of #BD263D
Black with #BD263D
Text Example
Text Example
White with #BD263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD263D; }
p { color: rgb(189,38,61); }
H1.HeaderClassName
{
color: #BD263D;
}
.AnyTagClassName
{
color: #BD263D;
}
</style>
background-color css
<style>
a { background-color: #BD263D; }
a { background-color: rgb(189,38,61); }
div.DivClassName
{
background-color: #BD263D;
}
.BgClassName
{
background-color: #BD263D;
}
</style>
border-color css
<style>
span { border-color: #BD263D; }
span { border-color: rgb(189,38,61); }
td.TdClassName
{
border-color: #BD263D;
}
.TagClassName
{
border-color: #BD263D;
}
</style>