Shades of Cardinal #BD252A
Tints of Cardinal #BD252A
RGB
CMYK
RGB Variations
Color information
#BD252A (or 0xBD252A) is known color: Cardinal. HEX triplet: BD, 25 and 2A. RGB value is (189,37,42). Sum of RGB (Red+Green+Blue) = 189+37+42=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD252A is #42DAD5. Grayscale: #535353. Windows color (decimal): -4381398 or 2762173. OLE color: 2762173.
HSL color Cylindrical-coordinate representation of color #BD252A: hue angle of 358.03º 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 #BD252A is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 42 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.26 |
| HSL | 358.03º | 0.67% | 0.44% | - |
| HSV(B) | 358.03º | 0.8% | 0.74% | - |
| XYZ | 22.07 | 12.31 | 3.4 | - |
| YUV | 83.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 42 | 0 | 0.80 | 0.78 | 0.26 | 358.03 | 0.67 | 0.44 |
| Hex | BD | 25 | 2A | 0 | 50 | 4E | 1A | 166 | 43 | 2C |
| Octal | 275 | 45 | 52 | 0 | 120 | 116 | 32 | 546 | 103 | 54 |
| Binary | 10111101 | 100101 | 101010 | 0 | 1010000 | 1001110 | 11010 | 101100110 | 1000011 | 101100 |
Color Harmonies of #BD252A
Complementary color
Monochromatic Colors of #BD252A
Black with #BD252A
Text Example
Text Example
White with #BD252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD252A; }
p { color: rgb(189,37,42); }
H1.HeaderClassName
{
color: #BD252A;
}
.AnyTagClassName
{
color: #BD252A;
}
</style>
background-color css
<style>
a { background-color: #BD252A; }
a { background-color: rgb(189,37,42); }
div.DivClassName
{
background-color: #BD252A;
}
.BgClassName
{
background-color: #BD252A;
}
</style>
border-color css
<style>
span { border-color: #BD252A; }
span { border-color: rgb(189,37,42); }
td.TdClassName
{
border-color: #BD252A;
}
.TagClassName
{
border-color: #BD252A;
}
</style>