Shades of Cardinal #BD202B
Tints of Cardinal #BD202B
RGB
CMYK
RGB Variations
Color information
#BD202B (or 0xBD202B) is known color: Cardinal. HEX triplet: BD, 20 and 2B. RGB value is (189,32,43). Sum of RGB (Red+Green+Blue) = 189+32+43=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD202B is #42DFD4. Grayscale: #505050. Windows color (decimal): -4382677 or 2826429. OLE color: 2826429.
HSL color Cylindrical-coordinate representation of color #BD202B: hue angle of 355.8º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD202B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 43 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.26 |
| HSL | 355.8º | 0.71% | 0.43% | - |
| HSV(B) | 355.8º | 0.83% | 0.74% | - |
| XYZ | 21.94 | 12.03 | 3.45 | - |
| YUV | 80.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 43 | 0 | 0.83 | 0.77 | 0.26 | 355.8 | 0.71 | 0.43 |
| Hex | BD | 20 | 2B | 0 | 53 | 4D | 1A | 164 | 47 | 2B |
| Octal | 275 | 40 | 53 | 0 | 123 | 115 | 32 | 544 | 107 | 53 |
| Binary | 10111101 | 100000 | 101011 | 0 | 1010011 | 1001101 | 11010 | 101100100 | 1000111 | 101011 |
Color Harmonies of #BD202B
Complementary color
Monochromatic Colors of #BD202B
Black with #BD202B
Text Example
Text Example
White with #BD202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD202B; }
p { color: rgb(189,32,43); }
H1.HeaderClassName
{
color: #BD202B;
}
.AnyTagClassName
{
color: #BD202B;
}
</style>
background-color css
<style>
a { background-color: #BD202B; }
a { background-color: rgb(189,32,43); }
div.DivClassName
{
background-color: #BD202B;
}
.BgClassName
{
background-color: #BD202B;
}
</style>
border-color css
<style>
span { border-color: #BD202B; }
span { border-color: rgb(189,32,43); }
td.TdClassName
{
border-color: #BD202B;
}
.TagClassName
{
border-color: #BD202B;
}
</style>