Shades of Cardinal #BF232A
Tints of Cardinal #BF232A
RGB
CMYK
RGB Variations
Color information
#BF232A (or 0xBF232A) is known color: Cardinal. HEX triplet: BF, 23 and 2A. RGB value is (191,35,42). Sum of RGB (Red+Green+Blue) = 191+35+42=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF232A is #40DCD5. Grayscale: #525252. Windows color (decimal): -4250838 or 2761663. OLE color: 2761663.
HSL color Cylindrical-coordinate representation of color #BF232A: hue angle of 357.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF232A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 42 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.25 |
| HSL | 357.31º | 0.69% | 0.44% | - |
| HSV(B) | 357.31º | 0.82% | 0.75% | - |
| XYZ | 22.5 | 12.45 | 3.41 | - |
| YUV | 82.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 42 | 0 | 0.82 | 0.78 | 0.25 | 357.31 | 0.69 | 0.44 |
| Hex | BF | 23 | 2A | 0 | 52 | 4E | 19 | 165 | 45 | 2C |
| Octal | 277 | 43 | 52 | 0 | 122 | 116 | 31 | 545 | 105 | 54 |
| Binary | 10111111 | 100011 | 101010 | 0 | 1010010 | 1001110 | 11001 | 101100101 | 1000101 | 101100 |
Color Harmonies of #BF232A
Complementary color
Monochromatic Colors of #BF232A
Black with #BF232A
Text Example
Text Example
White with #BF232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF232A; }
p { color: rgb(191,35,42); }
H1.HeaderClassName
{
color: #BF232A;
}
.AnyTagClassName
{
color: #BF232A;
}
</style>
background-color css
<style>
a { background-color: #BF232A; }
a { background-color: rgb(191,35,42); }
div.DivClassName
{
background-color: #BF232A;
}
.BgClassName
{
background-color: #BF232A;
}
</style>
border-color css
<style>
span { border-color: #BF232A; }
span { border-color: rgb(191,35,42); }
td.TdClassName
{
border-color: #BF232A;
}
.TagClassName
{
border-color: #BF232A;
}
</style>