Shades of Cardinal #BD232F
Tints of Cardinal #BD232F
RGB
CMYK
RGB Variations
Color information
#BD232F (or 0xBD232F) is known color: Cardinal. HEX triplet: BD, 23 and 2F. RGB value is (189,35,47). Sum of RGB (Red+Green+Blue) = 189+35+47=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD232F is #42DCD0. Grayscale: #525252. Windows color (decimal): -4381905 or 3089341. OLE color: 3089341.
HSL color Cylindrical-coordinate representation of color #BD232F: hue angle of 355.32º 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 #BD232F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 47 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.26 |
| HSL | 355.32º | 0.69% | 0.44% | - |
| HSV(B) | 355.32º | 0.81% | 0.74% | - |
| XYZ | 22.1 | 12.23 | 3.88 | - |
| YUV | 82.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 47 | 0 | 0.81 | 0.75 | 0.26 | 355.32 | 0.69 | 0.44 |
| Hex | BD | 23 | 2F | 0 | 51 | 4B | 1A | 163 | 45 | 2C |
| Octal | 275 | 43 | 57 | 0 | 121 | 113 | 32 | 543 | 105 | 54 |
| Binary | 10111101 | 100011 | 101111 | 0 | 1010001 | 1001011 | 11010 | 101100011 | 1000101 | 101100 |
Color Harmonies of #BD232F
Complementary color
Monochromatic Colors of #BD232F
Black with #BD232F
Text Example
Text Example
White with #BD232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD232F; }
p { color: rgb(189,35,47); }
H1.HeaderClassName
{
color: #BD232F;
}
.AnyTagClassName
{
color: #BD232F;
}
</style>
background-color css
<style>
a { background-color: #BD232F; }
a { background-color: rgb(189,35,47); }
div.DivClassName
{
background-color: #BD232F;
}
.BgClassName
{
background-color: #BD232F;
}
</style>
border-color css
<style>
span { border-color: #BD232F; }
span { border-color: rgb(189,35,47); }
td.TdClassName
{
border-color: #BD232F;
}
.TagClassName
{
border-color: #BD232F;
}
</style>