#bf1146

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

Shades of Cardinal #BF1146

Tints of Cardinal #BF1146

Color information

#BF1146 (or 0xBF1146) is unknown color: approx Cardinal. HEX triplet: BF, 11 and 46. RGB value is (191,17,70). Sum of RGB (Red+Green+Blue) = 191+17+70=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1146 is #40EEB9. Grayscale: #4B4B4B. Windows color (decimal): -4255418 or 4592063. OLE color: 4592063.

HSL color Cylindrical-coordinate representation of color #BF1146: hue angle of 341.72º 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 #BF1146 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1911770-
CMYK00.910.630.25
HSL341.72º83.65%40.78%-
HSV(B)341.72º91.1%74.9%-
XYZ22.7911.926.89-
YUV75.07125.15210.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=68.71%
G=6.12%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191177000.910.630.25341.7283.6540.78
HexBF114605B3F191565429
Octal277211060133773152612451
Binary1011111110001100011001011011111111110011010101101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1146; }

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

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

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

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

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

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

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

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