Shades of Cardinal #BD2330
Tints of Cardinal #BD2330
RGB
CMYK
RGB Variations
Color information
#BD2330 (or 0xBD2330) is known color: Cardinal. HEX triplet: BD, 23 and 30. RGB value is (189,35,48). Sum of RGB (Red+Green+Blue) = 189+35+48=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2330 is #42DCCF. Grayscale: #525252. Windows color (decimal): -4381904 or 3154877. OLE color: 3154877.
HSL color Cylindrical-coordinate representation of color #BD2330: hue angle of 354.94º 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 #BD2330 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 48 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.26 |
| HSL | 354.94º | 0.69% | 0.44% | - |
| HSV(B) | 354.94º | 0.81% | 0.74% | - |
| XYZ | 22.12 | 12.23 | 3.99 | - |
| YUV | 82.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 48 | 0 | 0.81 | 0.75 | 0.26 | 354.94 | 0.69 | 0.44 |
| Hex | BD | 23 | 30 | 0 | 51 | 4B | 1A | 163 | 45 | 2C |
| Octal | 275 | 43 | 60 | 0 | 121 | 113 | 32 | 543 | 105 | 54 |
| Binary | 10111101 | 100011 | 110000 | 0 | 1010001 | 1001011 | 11010 | 101100011 | 1000101 | 101100 |
Color Harmonies of #BD2330
Complementary color
Monochromatic Colors of #BD2330
Black with #BD2330
Text Example
Text Example
White with #BD2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2330; }
p { color: rgb(189,35,48); }
H1.HeaderClassName
{
color: #BD2330;
}
.AnyTagClassName
{
color: #BD2330;
}
</style>
background-color css
<style>
a { background-color: #BD2330; }
a { background-color: rgb(189,35,48); }
div.DivClassName
{
background-color: #BD2330;
}
.BgClassName
{
background-color: #BD2330;
}
</style>
border-color css
<style>
span { border-color: #BD2330; }
span { border-color: rgb(189,35,48); }
td.TdClassName
{
border-color: #BD2330;
}
.TagClassName
{
border-color: #BD2330;
}
</style>