Shades of Cardinal #BF2330
Tints of Cardinal #BF2330
RGB
CMYK
RGB Variations
Color information
#BF2330 (or 0xBF2330) is known color: Cardinal. HEX triplet: BF, 23 and 30. RGB value is (191,35,48). Sum of RGB (Red+Green+Blue) = 191+35+48=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2330 is #40DCCF. Grayscale: #535353. Windows color (decimal): -4250832 or 3154879. OLE color: 3154879.
HSL color Cylindrical-coordinate representation of color #BF2330: hue angle of 355º 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 #BF2330 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 48 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.25 |
| HSL | 355º | 0.69% | 0.44% | - |
| HSV(B) | 355º | 0.82% | 0.75% | - |
| XYZ | 22.62 | 12.49 | 4.02 | - |
| YUV | 83.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 48 | 0 | 0.82 | 0.75 | 0.25 | 355 | 0.69 | 0.44 |
| Hex | BF | 23 | 30 | 0 | 52 | 4B | 19 | 163 | 45 | 2C |
| Octal | 277 | 43 | 60 | 0 | 122 | 113 | 31 | 543 | 105 | 54 |
| Binary | 10111111 | 100011 | 110000 | 0 | 1010010 | 1001011 | 11001 | 101100011 | 1000101 | 101100 |
Color Harmonies of #BF2330
Complementary color
Monochromatic Colors of #BF2330
Black with #BF2330
Text Example
Text Example
White with #BF2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2330; }
p { color: rgb(191,35,48); }
H1.HeaderClassName
{
color: #BF2330;
}
.AnyTagClassName
{
color: #BF2330;
}
</style>
background-color css
<style>
a { background-color: #BF2330; }
a { background-color: rgb(191,35,48); }
div.DivClassName
{
background-color: #BF2330;
}
.BgClassName
{
background-color: #BF2330;
}
</style>
border-color css
<style>
span { border-color: #BF2330; }
span { border-color: rgb(191,35,48); }
td.TdClassName
{
border-color: #BF2330;
}
.TagClassName
{
border-color: #BF2330;
}
</style>