#BF1151

Color #BF1151 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BF1151

Tints of Cardinal #BF1151

Color information

#BF1151 (or 0xBF1151) is unknown color: approx Cardinal. HEX triplet: BF, 11 and 51. RGB value is (191,17,81). Sum of RGB (Red+Green+Blue) = 191+17+81=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1151 is #40EEAE. Grayscale: #4C4C4C. Windows color (decimal): -4255407 or 5312959. OLE color: 5312959.

HSL color Cylindrical-coordinate representation of color #BF1151: hue angle of 337.93º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1151 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1911781-
CMYK00.910.580.25
HSL337.93º83.65%40.78%-
HSV(B)337.93º91.1%74.9%-
XYZ23.1712.078.89-
YUV76.32130.65209.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=66.09%
G=5.88%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191178100.910.580.25337.9383.6540.78
HexBF115105B3A191525429
Octal277211210133723152212451
Binary1011111110001101000101011011111010110011010100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1151; }

 p { color: rgb(191,17,81); }

 H1.HeaderClassName
 {
   color: #BF1151;
 }
 .AnyTagClassName
 {
   color: #BF1151;
 }
</style>
background-color css

<style>
 a { background-color: #BF1151; }

 a { background-color: rgb(191,17,81); }

 div.DivClassName
 {
   background-color: #BF1151;
 }
 .BgClassName
 {
   background-color: #BF1151;
 }
</style>
border-color css

<style>
 span { border-color: #BF1151; }

 span { border-color: rgb(191,17,81); }

 td.TdClassName
 {
   border-color: #BF1151;
 }
 .TagClassName
 {
   border-color: #BF1151;
 }
</style>