Shades of Cardinal #BD262C
Tints of Cardinal #BD262C
RGB
CMYK
RGB Variations
Color information
#BD262C (or 0xBD262C) is known color: Cardinal. HEX triplet: BD, 26 and 2C. RGB value is (189,38,44). Sum of RGB (Red+Green+Blue) = 189+38+44=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262C is #42D9D3. Grayscale: #535353. Windows color (decimal): -4381140 or 2893501. OLE color: 2893501.
HSL color Cylindrical-coordinate representation of color #BD262C: hue angle of 357.62º 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 #BD262C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 44 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.26 |
| HSL | 357.62º | 0.67% | 0.45% | - |
| HSV(B) | 357.62º | 0.8% | 0.74% | - |
| XYZ | 22.13 | 12.39 | 3.61 | - |
| YUV | 83.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 44 | 0 | 0.80 | 0.77 | 0.26 | 357.62 | 0.67 | 0.45 |
| Hex | BD | 26 | 2C | 0 | 50 | 4D | 1A | 166 | 43 | 2D |
| Octal | 275 | 46 | 54 | 0 | 120 | 115 | 32 | 546 | 103 | 55 |
| Binary | 10111101 | 100110 | 101100 | 0 | 1010000 | 1001101 | 11010 | 101100110 | 1000011 | 101101 |
Color Harmonies of #BD262C
Complementary color
Monochromatic Colors of #BD262C
Black with #BD262C
Text Example
Text Example
White with #BD262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD262C; }
p { color: rgb(189,38,44); }
H1.HeaderClassName
{
color: #BD262C;
}
.AnyTagClassName
{
color: #BD262C;
}
</style>
background-color css
<style>
a { background-color: #BD262C; }
a { background-color: rgb(189,38,44); }
div.DivClassName
{
background-color: #BD262C;
}
.BgClassName
{
background-color: #BD262C;
}
</style>
border-color css
<style>
span { border-color: #BD262C; }
span { border-color: rgb(189,38,44); }
td.TdClassName
{
border-color: #BD262C;
}
.TagClassName
{
border-color: #BD262C;
}
</style>