Shades of Cardinal #BD2533
Tints of Cardinal #BD2533
RGB
CMYK
RGB Variations
Color information
#BD2533 (or 0xBD2533) is known color: Cardinal. HEX triplet: BD, 25 and 33. RGB value is (189,37,51). Sum of RGB (Red+Green+Blue) = 189+37+51=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2533 is #42DACC. Grayscale: #545454. Windows color (decimal): -4381389 or 3351997. OLE color: 3351997.
HSL color Cylindrical-coordinate representation of color #BD2533: hue angle of 354.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2533 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.26 |
| HSL | 354.47º | 0.67% | 0.44% | - |
| HSV(B) | 354.47º | 0.8% | 0.74% | - |
| XYZ | 22.25 | 12.38 | 4.35 | - |
| YUV | 84.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 51 | 0 | 0.80 | 0.73 | 0.26 | 354.47 | 0.67 | 0.44 |
| Hex | BD | 25 | 33 | 0 | 50 | 49 | 1A | 162 | 43 | 2C |
| Octal | 275 | 45 | 63 | 0 | 120 | 111 | 32 | 542 | 103 | 54 |
| Binary | 10111101 | 100101 | 110011 | 0 | 1010000 | 1001001 | 11010 | 101100010 | 1000011 | 101100 |
Color Harmonies of #BD2533
Complementary color
Monochromatic Colors of #BD2533
Black with #BD2533
Text Example
Text Example
White with #BD2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2533; }
p { color: rgb(189,37,51); }
H1.HeaderClassName
{
color: #BD2533;
}
.AnyTagClassName
{
color: #BD2533;
}
</style>
background-color css
<style>
a { background-color: #BD2533; }
a { background-color: rgb(189,37,51); }
div.DivClassName
{
background-color: #BD2533;
}
.BgClassName
{
background-color: #BD2533;
}
</style>
border-color css
<style>
span { border-color: #BD2533; }
span { border-color: rgb(189,37,51); }
td.TdClassName
{
border-color: #BD2533;
}
.TagClassName
{
border-color: #BD2533;
}
</style>