Shades of Cardinal #BD2338
Tints of Cardinal #BD2338
RGB
CMYK
RGB Variations
Color information
#BD2338 (or 0xBD2338) is known color: Cardinal. HEX triplet: BD, 23 and 38. RGB value is (189,35,56). Sum of RGB (Red+Green+Blue) = 189+35+56=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2338 is #42DCC7. Grayscale: #535353. Windows color (decimal): -4381896 or 3679165. OLE color: 3679165.
HSL color Cylindrical-coordinate representation of color #BD2338: hue angle of 351.82º 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 #BD2338 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 56 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.26 |
| HSL | 351.82º | 0.69% | 0.44% | - |
| HSV(B) | 351.82º | 0.81% | 0.74% | - |
| XYZ | 22.3 | 12.31 | 4.94 | - |
| YUV | 83.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 56 | 0 | 0.81 | 0.70 | 0.26 | 351.82 | 0.69 | 0.44 |
| Hex | BD | 23 | 38 | 0 | 51 | 46 | 1A | 160 | 45 | 2C |
| Octal | 275 | 43 | 70 | 0 | 121 | 106 | 32 | 540 | 105 | 54 |
| Binary | 10111101 | 100011 | 111000 | 0 | 1010001 | 1000110 | 11010 | 101100000 | 1000101 | 101100 |
Color Harmonies of #BD2338
Complementary color
Monochromatic Colors of #BD2338
Black with #BD2338
Text Example
Text Example
White with #BD2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2338; }
p { color: rgb(189,35,56); }
H1.HeaderClassName
{
color: #BD2338;
}
.AnyTagClassName
{
color: #BD2338;
}
</style>
background-color css
<style>
a { background-color: #BD2338; }
a { background-color: rgb(189,35,56); }
div.DivClassName
{
background-color: #BD2338;
}
.BgClassName
{
background-color: #BD2338;
}
</style>
border-color css
<style>
span { border-color: #BD2338; }
span { border-color: rgb(189,35,56); }
td.TdClassName
{
border-color: #BD2338;
}
.TagClassName
{
border-color: #BD2338;
}
</style>