#BF1051

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

Shades of Cardinal #BF1051

Tints of Cardinal #BF1051

Color information

#BF1051 (or 0xBF1051) is unknown color: approx Cardinal. HEX triplet: BF, 10 and 51. RGB value is (191,16,81). Sum of RGB (Red+Green+Blue) = 191+16+81=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1051 is #40EFAE. Grayscale: #4B4B4B. Windows color (decimal): -4255663 or 5312703. OLE color: 5312703.

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

Color convert

RGB1911681-
CMYK00.920.580.25
HSL337.71º84.54%40.59%-
HSV(B)337.71º91.62%74.9%-
XYZ23.1612.048.89-
YUV75.73130.98210.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.32%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=66.32%
G=5.56%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191168100.920.580.25337.7184.5440.59
HexBF105105C3A191525529
Octal277201210134723152212551
Binary1011111110000101000101011100111010110011010100101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1051; }

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

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

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

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

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

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

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

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