Shades of Cardinal #BD2331
Tints of Cardinal #BD2331
RGB
CMYK
RGB Variations
Color information
#BD2331 (or 0xBD2331) is known color: Cardinal. HEX triplet: BD, 23 and 31. RGB value is (189,35,49). Sum of RGB (Red+Green+Blue) = 189+35+49=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2331 is #42DCCE. Grayscale: #525252. Windows color (decimal): -4381903 or 3220413. OLE color: 3220413.
HSL color Cylindrical-coordinate representation of color #BD2331: hue angle of 354.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2331 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 49 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.26 |
| HSL | 354.55º | 0.69% | 0.44% | - |
| HSV(B) | 354.55º | 0.81% | 0.74% | - |
| XYZ | 22.14 | 12.24 | 4.1 | - |
| YUV | 82.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 49 | 0 | 0.81 | 0.74 | 0.26 | 354.55 | 0.69 | 0.44 |
| Hex | BD | 23 | 31 | 0 | 51 | 4A | 1A | 163 | 45 | 2C |
| Octal | 275 | 43 | 61 | 0 | 121 | 112 | 32 | 543 | 105 | 54 |
| Binary | 10111101 | 100011 | 110001 | 0 | 1010001 | 1001010 | 11010 | 101100011 | 1000101 | 101100 |
Color Harmonies of #BD2331
Complementary color
Monochromatic Colors of #BD2331
Black with #BD2331
Text Example
Text Example
White with #BD2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2331; }
p { color: rgb(189,35,49); }
H1.HeaderClassName
{
color: #BD2331;
}
.AnyTagClassName
{
color: #BD2331;
}
</style>
background-color css
<style>
a { background-color: #BD2331; }
a { background-color: rgb(189,35,49); }
div.DivClassName
{
background-color: #BD2331;
}
.BgClassName
{
background-color: #BD2331;
}
</style>
border-color css
<style>
span { border-color: #BD2331; }
span { border-color: rgb(189,35,49); }
td.TdClassName
{
border-color: #BD2331;
}
.TagClassName
{
border-color: #BD2331;
}
</style>