Shades of Cardinal #BF223D
Tints of Cardinal #BF223D
RGB
CMYK
RGB Variations
Color information
#BF223D (or 0xBF223D) is known color: Cardinal. HEX triplet: BF, 22 and 3D. RGB value is (191,34,61). Sum of RGB (Red+Green+Blue) = 191+34+61=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF223D is #40DDC2. Grayscale: #545454. Windows color (decimal): -4251075 or 4006591. OLE color: 4006591.
HSL color Cylindrical-coordinate representation of color #BF223D: hue angle of 349.68º degrees, saturation: 0.7, 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 #BF223D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 61 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.25 |
| HSL | 349.68º | 0.7% | 0.44% | - |
| HSV(B) | 349.68º | 0.82% | 0.75% | - |
| XYZ | 22.9 | 12.56 | 5.63 | - |
| YUV | 84.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 61 | 0 | 0.82 | 0.68 | 0.25 | 349.68 | 0.7 | 0.44 |
| Hex | BF | 22 | 3D | 0 | 52 | 44 | 19 | 15E | 46 | 2C |
| Octal | 277 | 42 | 75 | 0 | 122 | 104 | 31 | 536 | 106 | 54 |
| Binary | 10111111 | 100010 | 111101 | 0 | 1010010 | 1000100 | 11001 | 101011110 | 1000110 | 101100 |
Color Harmonies of #BF223D
Complementary color
Monochromatic Colors of #BF223D
Black with #BF223D
Text Example
Text Example
White with #BF223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF223D; }
p { color: rgb(191,34,61); }
H1.HeaderClassName
{
color: #BF223D;
}
.AnyTagClassName
{
color: #BF223D;
}
</style>
background-color css
<style>
a { background-color: #BF223D; }
a { background-color: rgb(191,34,61); }
div.DivClassName
{
background-color: #BF223D;
}
.BgClassName
{
background-color: #BF223D;
}
</style>
border-color css
<style>
span { border-color: #BF223D; }
span { border-color: rgb(191,34,61); }
td.TdClassName
{
border-color: #BF223D;
}
.TagClassName
{
border-color: #BF223D;
}
</style>