Shades of Cardinal #BD262D
Tints of Cardinal #BD262D
RGB
CMYK
RGB Variations
Color information
#BD262D (or 0xBD262D) is known color: Cardinal. HEX triplet: BD, 26 and 2D. RGB value is (189,38,45). Sum of RGB (Red+Green+Blue) = 189+38+45=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262D is #42D9D2. Grayscale: #545454. Windows color (decimal): -4381139 or 2959037. OLE color: 2959037.
HSL color Cylindrical-coordinate representation of color #BD262D: hue angle of 357.22º 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 #BD262D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 45 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.26 |
| HSL | 357.22º | 0.67% | 0.45% | - |
| HSV(B) | 357.22º | 0.8% | 0.74% | - |
| XYZ | 22.15 | 12.39 | 3.71 | - |
| YUV | 83.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 45 | 0 | 0.80 | 0.76 | 0.26 | 357.22 | 0.67 | 0.45 |
| Hex | BD | 26 | 2D | 0 | 50 | 4C | 1A | 165 | 43 | 2D |
| Octal | 275 | 46 | 55 | 0 | 120 | 114 | 32 | 545 | 103 | 55 |
| Binary | 10111101 | 100110 | 101101 | 0 | 1010000 | 1001100 | 11010 | 101100101 | 1000011 | 101101 |
Color Harmonies of #BD262D
Complementary color
Monochromatic Colors of #BD262D
Black with #BD262D
Text Example
Text Example
White with #BD262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD262D; }
p { color: rgb(189,38,45); }
H1.HeaderClassName
{
color: #BD262D;
}
.AnyTagClassName
{
color: #BD262D;
}
</style>
background-color css
<style>
a { background-color: #BD262D; }
a { background-color: rgb(189,38,45); }
div.DivClassName
{
background-color: #BD262D;
}
.BgClassName
{
background-color: #BD262D;
}
</style>
border-color css
<style>
span { border-color: #BD262D; }
span { border-color: rgb(189,38,45); }
td.TdClassName
{
border-color: #BD262D;
}
.TagClassName
{
border-color: #BD262D;
}
</style>